Skip to content

Commit

Permalink
Revert last change
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Dec 12, 2023
1 parent 941db52 commit cd07d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/epam/reportportal/karate/KarateTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class KarateTest {
void testParallel() {
Results results = KarateReportPortalRunner
.path("classpath:feature")
.outputCucumberJson(false)
.outputCucumberJson(true)
.tags("~@ignore", "@To_run")
.parallel(2);
assertEquals(0, results.getFailCount());
Expand Down

0 comments on commit cd07d38

Please sign in to comment.