Set specific test to execute in last order when running in parallel #171
Unanswered
bilarallen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, is there a way in Cypress or cypress-cloud to execute specific tests in the last order, the test is a global configuration and affects other existing tests if it will run in first or any order. Please see below what I want to achieve:
All tests execute in parallel, as we know cypress-cloud randomly executes tests and assigns which machine they will be running
Machine A
Machine B
Machine E
Also, I am thinking if it is possible to run all of the tests except for the last one in parallel mode, and then run Cypress again for just the last test once the others are complete but the result of it should still be included in the cypress cloud dashboard run result along with those tests that have been run in parallel.
I hope someone can help thanks!
Beta Was this translation helpful? Give feedback.
All reactions