The Cucumber project is a Behavior Driven Development (BDD) tool originally designed to work with Ruby.
I am using Protractor with Cucumber (js). I would like to generate report files just like with the Cucumber-JVM version. …
report cucumber reporting protractor cucumberjsWhen I'm trying to execute my <configuration>.js file, I'm getting the error below: [14:49:13] I/launcher - Running 1 …
selenium-webdriver protractor cucumberjsAs of 0.20.1 Cucumber is now fully supported in Protractor but I'm battling to find any documentation on how to configure …
protractor cucumberjsI'm new to cucumberjs and just trying out my first attempt at running a feature. I've built the feature that …
javascript timer cucumberjsHere’s what I’m trying to do while testing an Angular app with Protractor. I would like to get …
angularjs protractor cucumberjsI was trying to debug Cucumber scenarios in Visual Studio code and made below changes in the launch.json. { "name": "…
visual-studio-code visual-studio-debugging cucumberjs javascript-debuggerHow can I check if checkbox is checked with Protractor, CucumberJS and Chai ? var el = 'myCheckbox'; this.expect(element(by.…
javascript protractor bdd chai cucumberjsI am using Jest for my unit tests and I'm in the process of integrating Cucumber.js for running specs …
javascript testing bdd jestjs cucumberjsI use CucumberJs and Gulp to run my e2e tests; However, I need to run them against Microsoft Edge. …
gulp protractor microsoft-edge angularjs-e2e cucumberjsI'm trying to save the current navigation state in one step (the page on a platform with multiple websites) in …
javascript cucumberjs