"Can i execute a specific scenario that is having suppose 5 steps before some specific scenaros in Cucumber? Suppose i have a feature file that contains 3 sce
I am using cucumber-jvm to perform some functional tests in Kotlin. I have the standard empty runner class: @RunWith(Cucumber::class) @CucumberOptions(features=
I succeeded to run cucumber scenario's in parallel but only on one browsertype(chrome or firefox). So first I run my tests on chrome. When tests finish I start
I using Cucumber and need to customize some methods of GherkinSerializer that is by default. Is there is way to set by default my custom Serializer instead of G
Is there anyway where we can use if/else concept in feature file? For example: Scenario: User should be able to check login page Given I am on login page
In the project Structure defined like below, src/main/java -- Config (RunCukesTest.java) -- StepDefinitions src/test/resources -- features/login When I run fro