carlospardo87 / Cypres_Cucumber_Reporting

Cypres-Cucumber- Baseline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1 - INSTALL CYPRESS

2- DONWLOAD REPOSITORY AND INSTALL DEPENDENCIES

npm install --force

3 - OPEN CYPRESS - NOTE: FIRST OPENING CYPRESS COULD FAIL, TRY AGAIN IF THIS IS HAPPENING

npx cypress open

3 - RUN CUCUMBER TAGS HEADLESS MODE (REPORT IS GENERATED AUTOMATICALLY)

npx cypress-tags run -e TAGS='@tagName'

DELETE FORMER RESULTS

node cypress/reports/setup/delete-results.js

CREATE REPORT

node cypress/reports/setup/report.js (NEW VERSION WITH SCREENSHOT)

node cypress/reports/setup/report_old.js (OLD VERSION)

PATH TESTS

cypress/integration/features/ui/tests

cypress/integration/features/api/tests

About

Cypres-Cucumber- Baseline


Languages

Language:JavaScript 98.7%Language:Gherkin 1.0%Language:Dockerfile 0.3%