Skip to content

Commit e9531e5

Browse files
add e2e commands (#282)
add e2e commands instructions in readme
1 parent 29bec27 commit e9531e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)