Replies: 1 comment
-
If I'm understanding this correctly, you have a test file with multiple This would work with serial tests ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We need to set a global (unique) value for each test run, i.e. unique test execution ID.
I cannot think of what mechanism could work for this.
gobal.TEST_ID = uuid()
would only work in--serial
mode.Beta Was this translation helpful? Give feedback.
All reactions