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
Allure 2 Report: How to specify the result framework when JUnit and CucumberJvm are both present in gradle
The Allure report is being generated with 2 results for the same testcase, one for cucumber other for JUnit.
How to generate only the Cucumber reports ?
Executing the test with the following command:
...
figuedmundo
Votes: 0
Answers: 1
Cannot pass cucumber.options from command line with gradle
I am creating serenity + gradle + cucumber6 test framework. Everything works fine but I get error when I want to send cucumber options from the command line:
gradle test -Dcucumber.options="--t...
Dragan Stanisavljevic
Votes: 0
Answers: 1