Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 363 Bytes

File metadata and controls

12 lines (7 loc) · 363 Bytes

Parallel Execution of Cucumber tests using TestNG

TestNG supports parallel execution at scenario level

To run the scenarios in parallel -

Open /src/test/java/com/github/automation/parallel/ParallelRunner.java. Right click inside the class and select Run ParallelRunner option

To view the report-

Open /test-output-thread/index.html file in a browser