Skip to content

dobrinindima/javascript-cypress-test-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cypress-test-project

Autotests for the site https://the-internet.herokuapp.com/ written in Javascript using Cypress

Install Cypress

npm install cypress --save-dev

Run all e2e tests

npx cypress run

Run tests from the file

'./node_modules/.bin/cypress' run --spec 'cypress/e2e/the-internet/main-page.cy.js'

To CLI tools

npx cypress open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors