Skip to content

qa-danny/cypress-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cypress-demo

Small demo project for Cypress. I found a small website that will allow us to run some automated tests against, https://automationexercise.com.

I created a few tests following a page object model that will run through

Running Tests:

To run the test suite, run this in the command line:

npx cypress open

To run a specific test file via the CLI, use the --spec flag:

npx cypress run --spec "cypress/e2e/contact.cy.js"

^^ This will run the test in headless mode aganst Electron Browser (default confguraton)

About

Small demo project for Cypress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published