Skip to content

This is a test-ware for the evaluation of the Cypress test automation tool.

License

Notifications You must be signed in to change notification settings

Idea-Pool/evaluation-js-cypress

Repository files navigation

evaluation-cypress

This is a test-ware for evaluation of Cypress test automation tool.

Prerequisites

  1. Node.js LTS

Framework used

  • Name: Cypress
  • Home page: https://www.cypress.io/
  • It is a meta-framework, built on other framework, which executes inside the application, with higher intrution to the application and the network layer.

Test cases

The implemented test cases can be found in TESTCASES.md.

Setup

npm install

Execution

npm test

Notes

  1. It took 2 minutes to intall cypress as dependency
  2. Cypress takes >400 MB on file system
  3. chromeWebSecurity needed to be turned off for 3rd party site (issue)
  4. scrollIntoView does not scroll the element into the viewport

About

This is a test-ware for the evaluation of the Cypress test automation tool.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks