You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2023. It is now read-only.
Say we have a test case C, which depends on states S1 and S2, respectively set in cases A and B, but A and B are independent of each other, so we want to be able to execute A and B concurrently, then merge the resulting states into S3 before executing C.
Say we have a test case
C, which depends on statesS1andS2, respectively set in casesAandB, butAandBare independent of each other, so we want to be able to executeAandBconcurrently, then merge the resulting states intoS3before executingC.