Cucumber-JVM-Parallel icon indicating copy to clipboard operation
Cucumber-JVM-Parallel copied to clipboard

Example project showing running of Cucumber-JVM tests in parallel

Results 3 Cucumber-JVM-Parallel issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to do cucumber parallel test. I did exactly the same. it is compiling fine, but not running the tests. Result in console i am getting this:...

All what ReportMerger.java do is to copy content of multiple report.json (s) in one. It does not merge to parsability of https://github.com/masterthought/jenkins-cucumber-jvm-reports-plugin-java

Im using this framework for automation one of my website and it has scenarios like Scenario: verify first name Given user login to application with "username" and "password" Then user...