You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use mvn test -Dcucumber.options="classpath:features/my_first.feature" to run specific feature if you have multiple feature files.
24
-
- Use mvn test -Dcucumber.options="–plugin html:target/result.html" to generate a HTML report.
25
-
- Use mvn test -Dcucumber.options="–plugin json:target/result.json" to generate a JSON report.
25
+
- Use mvn test -Dcucumber.options="–-plugin html:target/result-html" to generate a HTML report.
26
+
- Use mvn test -Dcucumber.options="–-plugin json:target/result-json" to generate a JSON report.
26
27
27
28
- Now Write your own tests in feature file using <ahref="https://github.com/selenium-cucumber/selenium-cucumber-java/blob/master/doc/canned_steps.md">Predefined Steps</a> .
0 commit comments