I am using Serenity with Cucumber-JVM. Can I configure my tests to run in parallel to reduce execution time?
Asked
Active
Viewed 1,168 times
1
-
You using gradle or maven ? You need to configure there. – N.. May 26 '16 at 13:54
1 Answers
0
Cucumber-jvm is not thread-safe. That being said, you can look here and here for a solution that assigns a test runner to each feature file.

MikeJRamsey56
- 2,779
- 1
- 20
- 34