adilsonnferreira / TestModeller-CypressFramework

Cypress Framework - For use with TestModeller.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TestModeller-CypressFramework

Cypress Framework - For use with TestModeller.io

Getting started

  1. Clone this repository.
  2. Run npm install in the directory where it was cloned.
  3. Place the TestCase files generated by TestModeller.io into the cypress/integration directory.
  4. To execute the tests: On Linux / MacOS - Run ./node_modules/cypress/bin/cypress open to start the interactive cypress engine. On Windows we have added an npm script to start Cypress. Run npm run cypress:open from the command prompt.

About

Cypress Framework - For use with TestModeller.io

License:MIT License


Languages

Language:JavaScript 100.0%