Questions tagged as 'cucumber'

0
answers

Gradle does not download cucumber libraries

I am trying to create a project to test the Cucumber (ATDD) tool and assess whether it is possible to use it for another project. The requirements that are presented to me are that I be able to work with Java, JUnit, Gradle and IntelliJ (the l...
asked by 11.05.2016 / 16:06
0
answers

How to fix cucumber.runtime.CucumberException: java.lang.NoSuchMethodException

I have a Maven project, in the IDE Intellij. I use Serenity and Cucumber and when executing the project I get the following: XXX Created runtime cucumber.runtime.RuntimeOptions@477b4cdf cucumber.runtime.CucumberException: java.lang.NoSuchMetho...
asked by 28.05.2018 / 20:05
0
answers

Gherkin and Cucumber: How to do dependent features

I'm looking for a way to make Features that depends on the previous execution of another Feature in Gherkin. It happens that I have the following situation: Context Feature 1: Search functionality We have a search engine that allows us...
asked by 08.05.2018 / 17:49
0
answers

Angular 5: Configure Protractor to use Jasmine after having integrated Cucumber

How can Protractor and Cucumber be configured to work with Jasmine and Chai respectively? I have read that Cucumber and Jasmine are mutually exclusive. I currently have the following configuration in protractor.conf.ts // Protractor configur...
asked by 16.04.2018 / 22:05