asifurrouf / Cucumberjs_DemoBlaze

Cypress_DemoBlaze

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clone this repo and open terminal with root project directory and following the command step by step:

install the dependencies

1. npm init -y
2. npm install cypress --save-dev
3. npm install @badeball/cypress-cucumber-preprocessor
4. npm i -D cypress @bahmutov/cypress-esbuild-preprocessor esbuild
5. npm i @shelex/cypress-allure-plugin
6. npm i cypress-xpath
7. npm i cypress-parallel

simple run:

 npm run cy:run

run with generate allure results:

npm run cy:run:allure

run in parallel with allure results:

npm run cy:parallel  

see allure results:

allure serve .\allure-results\ 

About

Cypress_DemoBlaze


Languages

Language:HTML 99.9%Language:JavaScript 0.1%