Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 609 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 609 Bytes

Cypress Mochawesome Sample

This is a cypress mochawesome sample UI test automation setup in javascript to quickly get you started with automating e2e web gui tests. The AUT we are using is the internet app hosted on Heroku provided by Elemental Selenium. Thanks to http://elementalselenium.com/ for this app.

Installation

npm i

Usage

npm run cypress

// runs the tests in cypress/integration folder

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

TBD