python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
mvn clean verify -D"cucumber.filter.tags=@tag1 or @tag2" works. mvn clean verify -Dcucumber.filter.tags="@tag1 or @tag2" does not
For everyone in my project,
mvn clean verify -Dcucumber.filter.tags="@smoke1 or @smoke2" format works for running cucumber tests. However, for me I figured that only
mvn clean verify -D"...
Gajendra Varadhan
Votes: 0
Answers: 0
testng.reporters.JUnitReportReporter Reports skipped tests of maven build to all xml files
I'm using maven fail safe plugin with integration test phase and verify goal.
I have one module with 60 integration test classes.
in 4 of these classes I have an enabled=false test (total of 4).
when ...
user3250369
Votes: 0
Answers: 0