DenGuzawr22New Contributor2 years agoSolvedCucumber executable jar has undefined scenarios I try to create an executable jar for my cucumber Kotlin application but it prints in log that all scenarios are undefined: ... 3 Scenarios (3 undefined) 8 Steps (5 skipped, 3 undefined) ... The ...Show MoreDenGuzawr222 years agoSolution: https://stackoverflow.com/questions/76072792/cucumber-executable-jar-has-undefined-scenarios/76087545#76087545
DenGuzawr222 years agoSolution: https://stackoverflow.com/questions/76072792/cucumber-executable-jar-has-undefined-scenarios/76087545#76087545
DenGuzawr222 years agoSolution: https://stackoverflow.com/questions/76072792/cucumber-executable-jar-has-undefined-scenarios/76087545#76087545
DenGuzawr22New Contributor2 years agoSolution: https://stackoverflow.com/questions/76072792/cucumber-executable-jar-has-undefined-scenarios/76087545#76087545
Related ContentExecute Scenario from AfterFeature functionUndefined folder createdWays to find the total number of scenarios when the test execution starts?Undefined SerialPort-- rerun failed scenarios
Recent DiscussionsCannot get Cucumber to run tests under Maven Failsafe plugin and JUnit 5Upgrading Cucumber from 4.2.5 to Latest (7.x)Could not find or load main class cucumber.api.cli.MainHow can I make the annotation @ParemeterType use a list?Cucumber-JVM Customized Retry Mechanism