Parallel Tests with Atata + Specflow #592
Unanswered
gustavomoises
asked this question in
Q&A
Replies: 1 comment
-
What testing library do you use with SpecFlow: NUnit, xUnit, MSTest? It's their responsibility to run tests in parallel. |
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 trying to parallelize tests using Atata + Specflow. I am using as example the AtataSamples.ParallelTestsReusingDrivers. The driver pool is working but the tests are not running in parallel.
Does anyone have a simple parallel test example with Atata+Specflow that I can use as reference?
Thanks,
Gustavo
Beta Was this translation helpful? Give feedback.
All reactions