Disable Test Parallelization & Sequential Run not working #485
Unanswered
pritesh848
asked this question in
Q&A
Replies: 1 comment
-
This might be related (if not duplicate of) this: #473 |
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
-
I am using reqnroll.xunit
In my mobile automation framework having n number of feature files if I am trying to execute multiple feature files at same time all the feature files are running parallelly, as it a mobile app testing so parallel execution of multiple tests on same platform/device is not possible how can I handle it? already tried with [assembly: CollectionBehavior(DisableTestParallelization = true)] but no good
As shared in image 2, if I execute both AllergiesRO.Feature & ChartAreaReviewOfSystemRO.Feature on and in dubug it was hitting allergies and ros locator at same time 3:11 as shared in image 1
Beta Was this translation helpful? Give feedback.
All reactions