Mickey0001 / cypress-ui-e2e-tests

Cypress Tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme

Getting Started

Make sure you have nodeJs installed on your system.

Run the following to install all the dependencies:

npm install

Runing tests in interactive mode

Type the following in the terminal to open the Cypress visual runner.

npm cypress open

Runing tests in headless mode

Type the following in the terminal, to run tests in Headless Chrome.

npm cypress run

Test ran in headless mode run in memorey and have faster execution times.

Video Recordings of test exectution

/videos folder contains recordings of test runs.

About

Cypress Tests

License:MIT License


Languages

Language:JavaScript 100.0%