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)
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
Cucumber BDD Custom Parameter Definition not working for feature with examples
I'm trying to write step definitions with Serenity Cucumber BDD
This is my feature:
@test1
Scenario Outline: I need to try to Sign up as a new user
Given I have clicked on the Sign ...
SUPARNA SOMAN
Votes: 0
Answers: 1