Skip to content

Conversation

@ivan-nejezchleb
Copy link
Contributor

Some tests are passing even their references are outdated, but change is too small. WF to get references even for those tests.

risk: low


Important

Please, don't forget to run rush change for the commits that introduce new features or significant changes 🙏 This information is used to generate the change log.


Run extended test by pull request comment

Commands can be triggered by posting a comment with specific text on the pull request. It is possible to trigger multiple commands simultaneously.

extended-test --backstop | --integrated | --isolated | --record [--filter <file1>,<file2>,...,<fileN>]

Explanation

  • --backstop The command to run screen tests.
  • --integrated The command to run integrated tests against the live backend.
  • --isolated The command to run isolated tests against recordings.
  • --record The command to create new recordings for isolated tests.
  • --filter (Optional) A comma-separated list of test files to run. This parameter is valid only for the --integrated, --isolated, and --record commands.

Examples

extended-test --backstop
extended-test --integrated
extended-test --integrated --filter test1.spec.ts,test2.spec.ts
extended-test --isolated
extended-test --isolated --filter test1.spec.ts,test2.spec.ts
extended-test --record
extended-test --record --filter test1.spec.ts,test2.spec.ts

@ivan-nejezchleb ivan-nejezchleb requested a review from kandl as a code owner March 27, 2025 15:00
@ivan-nejezchleb ivan-nejezchleb added the do not merge Do not merge this yet label Mar 27, 2025
@ivan-nejezchleb ivan-nejezchleb force-pushed the ine-all-backstop-results branch 3 times, most recently from ac10e50 to 48f2269 Compare March 28, 2025 10:51
Some tests are passing even their references are outdated, but change is too small.
WF to get references even for those tests.

risk: low
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge Do not merge this yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants