/cypress-tests

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Cypress Automation

Web Automation with Cypress

Links

Installation

Clone repo from github:

git clone git@github.com:marmiou/cypress-tests.git

To install it:

yarn install

Available Commands

To open the application:

yarn run cypress open

To run the tests via the Cypress app:

yarn run cypress open

or run cli command:

yarn cypress run --spec cypress/e2e/myTest.cy.js --reporter mochawesome

Reports of the run can be found under directory:

mochawesome/reports

Built With

  • JavaScript
  • Node
  • Yarn
  • Cypress
  • Mochawesome reporter

Author

Markella Efthymiou

🤝 Support

Contributions, issues, and feature requests are welcome!

Give a ⭐️if you like this project!