Base template for UI test with Cypress
Make sure you have installed all the following prerequisites on your development machine:
To contribute, you will need to setup your local environment, see running locally.
Some code conventions are enforced automatically by ESLint + Prettier + markdownlint + husky + lint-staged stack.
cypress/integration/
- UI tests foldercypress/fixtures/
- fixture filescypress/plugins/
- plugins file can be used to load plugins
yarn install
yarn cypress:open
This repository is released under version 2.0 of the Apache License.