packages/cypress/README.md
This project is an automation test project, providing automation test services for the main project. The project is built based on Cypress, for the use of Cypress can refer to the official documentation, here do not repeat.
Coverage code coverage test results can be viewed by opening the HTML file directly
cypress The master file for writing tests
- yarn cypress:open can start the browser locally, and it is recommended to use the command when writing test cases
- yarn cy:run runs in headless mode and generates a report at the end of the command, which can be used with CI