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
Copy file name to clipboardExpand all lines: cucumber-archetype-parallel-advance/src/test/java/workshopcucumberadvance/Test/StepsDef/Runner/RunCucumberTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,6 @@
20
20
@ConfigurationParameter(key = PARALLEL_EXECUTION_ENABLED_PROPERTY_NAME, value = "false")
21
21
// this will skip the @SkipThisTag by default or it will execute the tags that you specify
22
22
//"@RunThisTag and not @RunThisTag"
23
-
@ConfigurationParameter(key = FILTER_TAGS_PROPERTY_NAME, value = "@ExampleLogin")
23
+
//@ConfigurationParameter(key = FILTER_TAGS_PROPERTY_NAME, value = "@ExampleLogin")
0 commit comments