# cypress_test_example **Repository Path**: chun0328/cypress_test_example ## Basic Information - **Project Name**: cypress_test_example - **Description**: 用cypress去测试前端vue的项目 example - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-10-17 - **Last Updated**: 2022-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # e2e_demo ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve 启动本地server ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Run test case in development environment ``` yarn cypress:dev ``` ### Run test case in qa environment ``` yarn cypress:qa ``` ### Run test case in production environment ``` yarn cypress:prod ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 具体使用文档 - 在 /doc目录下