Skip to content

Commit

Permalink
remove cd ../../../
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed Sep 8, 2023
1 parent d4e04ba commit 4196e63
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/jupyter-ai/ui-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,13 @@ jlpm build
cd ./packages/jupyter-ai/ui-tests/
jlpm install
jlpm playwright install
cd ../../../
```

3. Execute the [Playwright](https://playwright.dev/docs/intro) tests:

```sh
cd ./packages/jupyter-ai/ui-tests/
jlpm test
cd ../../../
```

Test results will be shown in the terminal. In case of any test failures, the test report
Expand Down Expand Up @@ -73,15 +71,13 @@ jlpm build
cd ./packages/jupyter-ai/ui-tests/
jlpm install
jlpm playwright install
cd ../../../
```

3. Execute the [Playwright](https://playwright.dev/docs/intro) command:

```sh
cd ./packages/jupyter-ai/ui-tests/
jlpm test:update
cd ../../../
```

> Some discrepancy may occurs between the snapshots generated on your computer and
Expand Down Expand Up @@ -164,5 +160,4 @@ To update the web browser versions, you must update the package `@playwright/tes
cd ./packages/jupyter-ai/ui-tests/
jlpm up "@playwright/test"
jlpm playwright install
cd ../../../
```

0 comments on commit 4196e63

Please sign in to comment.