Skip to content

KolyoKolev/test-automation-with-javascript-and-cypress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E2E Test Automation Project With Cypress

Summary

This is a simple test automation project using one of the most popular browser testing frameworks to date - Cypress.io.

The test pages used for the purpose of this project are provided with free licence for study and practice and could be found here or downloaded from here.

Setup

In order to run this project follow this simple steps:

  • Clone the project;
  • In the root directory: run npm install command in order to download the general dependencies;
  • Then download cypress using the npm install cypress --save-dev command;

Running the tests

Once the setup is done correctly, there are two basic ways to run the tests: Headlessly in the Electron browser or via Cypress Test Runner.

To run the tests headlessly use the npm run cy:run command;

To run the tests via Cypress Test Runner use - npm run cy:open

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •