File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,11 @@ See the [Dev Center README](/src-ts/tools/dev-center/README.md) for further inst
155155| ` yarn eslint ` | Run eslint against js/x files and outputs report |
156156| ` yarn eslint:fix ` | Run eslint against js/x files, fixes auto-fixable issues, and outputs report |
157157| ` yarn test ` | Run unit tests, watching for changes and re-running per your specifications |
158- | ` yarn test:no-watch ` | Run unit tests once, without watching for changes or re-running |
158+ | ` yarn test:no-watch ` | Run unit tests once, without watching for changes or re-running |
159+ | ` yarn cy:run ` | Run e2e tests once in local command with the site is running |
160+ | ` yarn cy:ci ` | Run e2e tests once by circle ci |
161+ | ` yarn report:coverage ` | Generate e2e coverage report in html format |
162+ | ` yarn report:coverage:text ` | Generate e2e coverage report in text format |
159163
160164## Folder Structure
161165
You can’t perform that action at this time.
0 commit comments