Skip to content

Commit

Permalink
remove cd command that would return users back to root
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed Sep 8, 2023
1 parent 87d0c49 commit d4e04ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/source/contributors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,23 +133,20 @@ Install test dependencies (needed only once):
cd ./packages/jupyter-ai/ui-tests/
jlpm install
jlpm playwright install
cd ../../../
```

Tests involve snapshot comparisons against a reference snapshots generated by the Github CI. If you are using an OS other than Linux, you will need to generate local snapshots before running the tests locally for the first time. To do this, execute the command:

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

To execute tests, run:

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

You can find more information in the
Expand Down

0 comments on commit d4e04ba

Please sign in to comment.