Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 335 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 335 Bytes

Automation testing with Cypess (NodeJS)

Getting started:

Installation


$ git clone https://github.com/alphabin1/sample-cypress-tests.git
$ cd sample-cypress-tests
$ npm install

How to execute:

  • To run the tests on your terminal, do execute: npm run cyrun
  • To open cypress GUI, do exucure: npm run test