-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: failed tests because of new dashboard building #5866
base: master
Are you sure you want to change the base?
Conversation
634e5e3
to
9f56eda
Compare
extended-test --isolated |
"extended-test --isolated" started. Check the progress here. |
❌ "extended-test --isolated" finished with result failure. Check the results here. |
0e8cd15
to
e1d397b
Compare
extended-test --isolated |
"extended-test --isolated" started. Check the progress here. |
e1d397b
to
cd80176
Compare
❌ "extended-test --isolated" finished with result failure. Check the results here. |
extended-test --isolated |
"extended-test --isolated" started. Check the progress here. |
❌ "extended-test --isolated" finished with result failure. Check the results here. |
cd80176
to
89067a3
Compare
extended-test --isolated |
"extended-test --isolated" started. Check the progress here. |
✅ "extended-test --isolated" finished with result success. Check the results here. |
JIRA: QA-23924 risk: nonprod
JIRA: QA-23924
risk: nonprod
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.
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