/cucumber-cypress-pages-test

Acceptance test project using Cucumber.io and Cypress.io

Primary LanguageJavaScript

BDD-Cucumber-Cypress-Test

Acceptance test project using Cucumber.io and Cypress.io

After performing the repository clone, and certifying that you have npm installed on the machine, run the following command in the project :

npm install

To run the test suite, simply give the following command:

npm run cypress:open

or (headlessly)

npm run cypress:run