python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Serenity-BDD jsonPath validation
I'm doing a serenity test and want to do some validation on json.
The json I got looks like
{
"devices": [
{
"deviceId": "0",
"de...
TVRiddle
Votes: 0
Answers: 1
Serenity Cucumber 7 parallel execution not working
looking for help to execute cucumber 7 in parallel. My project is serenity with cucumber and java. In this link https://johnfergusonsmart.com/parallel-test-execution-with-cucumber-and-serenity-bdd/ it...
Yuri
Votes: 0
Answers: 3
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