This is a test-ware for evaluation of Cypress test automation tool.
- Node.js LTS
- 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.
The implemented test cases can be found in TESTCASES.md.
npm install
npm test
- It took 2 minutes to intall cypress as dependency
- Cypress takes >400 MB on file system
chromeWebSecurity
needed to be turned off for 3rd party site (issue)scrollIntoView
does not scroll the element into the viewport