Skip to content

NikoV5/Cypress_Cucumber_Project06_Inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

After cloning repository, you need to install these dependencies:

  • Node Package Manager (NPM)
  • Cypress
  • Cucumber -> @badeball/cypress-cucumber-preprocessor
  • Cucumber -> @bahmutov/cypress-esbuild-preprocessor -D

If you dont have the extensions already installed in VScode, you will need these for cucumber to work:

  • Cucumber (Gherkin) Full Support -> Alexander Krechik
  • Cuke Step Definition Generator -> Muralidharan Rajendran

Initialize The Project

Once you open your framework, initialize it as a node.js project with the following command:

npm init -y

Install Cypress

npm install cypress -D

Install @badeball/cypress-cucumber-preprocessor

This preprocessor aims to provide a developer experience and behavior similar to that of Cucumber, to Cypress.

npm install @badeball/cypress-cucumber-preprocessor -D

Install @bahmutov/cypress-esbuild-preprocessor

npm install @bahmutov/cypress-esbuild-preprocessor -D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published