1

I am using Serenity with Cucumber-JVM. Can I configure my tests to run in parallel to reduce execution time?

Manisha Awasthi
  • 449
  • 1
  • 5
  • 16

1 Answers1

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