Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 376 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 376 Bytes

Cypress Tests using Cucumber BDD Framework with Gherkin Statements

(NOTE: Work In Progress)

Installing:

npm install

Running Tests (Headless Mode):

npx cypress run

Running Tests (Headed Mode, Cypress UI):

npx cypress open

Results

image