Skip to content

MadhuVelpuri/cypress-e2e-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E2E testing with Cypress

This is an example for e2e tests with Cypress.

Installation

Install all the dependencies

npm install

Running tests

You have essentially 2 options:

Run the e2e tests in headless mode or in GUI mode.

Headless mode opens a browser behind the scenes and outputs the results in the terminal.

GUI mode opens the nice Cypress GUI and is more suited while developing e2e tests.

Each can run their own webpack dev server or use the one that is already started by you.

GUI Mode

npm run test:runner - this starts the Cypress test runner

alt text

Headless mode

npm run test - this starts e2e tests in headless without video

npm run test:record - this starts e2e tests in headless with video recording

Recorded videos - ./cypress/videos

alt text

Coverage

  • Home page
  • Contact us page

Prequisites

  • Node.js should be installed

Author: Abhishek Yadav

About

This is an example for e2e tests with Cypress.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%