Getting an Exception when running tests in parallel using testng, mavensurefire plugin and cucumber jvm
问题 I am trying to execute cucumber feature files in parallel by automatically generating test runners using cucumber-jvm plugin and running them parallel using maven-surefire plugin. When running the command "mvn clean test" i am getting the below errors Below is my POM.xml, testng.xml file and testRunners. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> <suite name="Suite" parallel="tests"> <!-- how many scenarios we can execute at a time is