Top "Cucumberjs" questions

The Cucumber project is a Behavior Driven Development (BDD) tool originally designed to work with Ruby.

Cucumber HTML report with Protractor

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 cucumberjs
Unable to execute protractor, getting "Could not find update-config.json" error message

When 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 cucumberjs
How to configure Protractor to use Cucumber

As of 0.20.1 Cucumber is now fully supported in Protractor but I'm battling to find any documentation on how to configure …

protractor cucumberjs
CucumberJS - Error: Step timed out after 5000 milliseconds at Timer.listOnTimeout (timers.js:92:15)

I'm new to cucumberjs and just trying out my first attempt at running a feature. I've built the feature that …

javascript timer cucumberjs
Check text in a DOM element using Protractor

Here’s what I’m trying to do while testing an Angular app with Protractor. I would like to get …

angularjs protractor cucumberjs
How to debug Cucumber in Visual Studio Code (VSCode)?

I 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-debugger
How can I check if checkbox is checked with Protractor, CucumberJS and Chai?

How can I check if checkbox is checked with Protractor, CucumberJS and Chai ? var el = 'myCheckbox'; this.expect(element(by.…

javascript protractor bdd chai cucumberjs
Using Cucumber.js with Jest

I am using Jest for my unit tests and I'm in the process of integrating Cucumber.js for running specs …

javascript testing bdd jestjs cucumberjs
Setting up Protractor with Microsoft Edge

I use CucumberJs and Gulp to run my e2e tests; However, I need to run them against Microsoft Edge. …

gulp protractor microsoft-edge angularjs-e2e cucumberjs
World object in cucumber.js or where to put state in cucumber tests

I'm trying to save the current navigation state in one step (the page on a platform with multiple websites) in …

javascript cucumberjs