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.
npm i
npm run cypress
// runs the tests in cypress/integration folder
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.
TBD