/cypress-cucumber

https://truecap.github.io/cypress-cucumber

Primary LanguageJavaScript

Technology

Steps to run

  • Clone the repository using "git clone "

  • npm install

Run test

  • You can open cypress ui and run your test there

npx cypress open

  • If you want to run tests in a specific browser in the headless mode (chrome/edge/electron/firefox)

cypress run --browser chrome

Plugins

Report