Skip to content

Commit

Permalink
docs(readme): interaction test script corrected (#310)
Browse files Browse the repository at this point in the history
* docs(readme): interaction test script corrected

Signed-off-by: User <[email protected]>

* docs(readme): code review changes added

Signed-off-by: User <[email protected]>
  • Loading branch information
sanketshevkar committed Mar 20, 2021
1 parent 6a6dcc8 commit 5c92ecb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,14 @@ npm run storybook
```
Execute the following script to start e2e tesing
```sh
npm run cypress:open
cd packages/storybook
npm run test:e2e
```
If you are writing the tests and want to see the tests in a browser, then do the following
```sh
cd packages/storybook
npx cypress open
```
This would start the cypress app, select the tests to be executed.

## Repository Structure

Expand Down

0 comments on commit 5c92ecb

Please sign in to comment.