radhakrishnanakireddy / cypress-cucumber-test-example-cy12

This is a simple project that demonstrates e2e testing with using cypress.io and cucumber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cypress Cucumber Test Example

Cypress Cucumber Cucumber Preprocessor

This is a simple project that demonstrates end-to-end testing in cypress.io using cucumber preprocessor.

Prerequisites

Make sure you have installed all the following prerequisites on your development machine:

OS Node
Windows winget install OpenJS.NodeJS.LTS
macOS brew install node@18

Executing The Tests

  • Clone the repository.
git clone git@github.com:burakkaygusuz/cypress-cucumber-test-example.git
  • Change the directory.
cd cypress-cucumber-test-example
  • Run the test.
npm install && npm run test

About

This is a simple project that demonstrates e2e testing with using cypress.io and cucumber


Languages

Language:JavaScript 89.2%Language:Gherkin 10.8%