Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 447 Bytes

Readme.md

File metadata and controls

20 lines (13 loc) · 447 Bytes

Hi Everyone

This project is a cucumber bdd framework + Allure Reporting implementation

To run the project in you machine : Follow the commands

npm init

npm install cypress --save-dev

npm i -D cypress cypress-cucumber-preprocessor or npm install --save-dev cypress-cucumber-preprocessor

npm install --save-dev mocha-allure-reporter allure-commandline

To run the code

npm run browser:chrome
npm run report:allure