AZANIR / Cypress_Cucumber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cypress project

To do before testing:

  • install ubuntu ubuntu-20.04 on your PC
  • install Node.js v18.12.1 on your PC
  • open the command line and install the cypress framework, using the command: npm install cypress --save-dev
  • open the command line and install the cucumber framework, using the command: npm install @badeball/cypress-cucumber-preprocessor
  • open the command line and install the xpath plugin, using the command: npm i cypress-xpath

To start testing enter the command in powershell of VS Code:

  • npx cypress run (without browser)
  • npx cypress open (with browser)

Produced by Andrii Pivtorak

About


Languages

Language:JavaScript 82.1%Language:Gherkin 17.9%