Skip to content

Commit

Permalink
Updated ui-tests Configuration in Contributing.md (#7124)
Browse files Browse the repository at this point in the history
* Updated ui-tests Configuration in Contributing.md

* Replaced npx with jlpm

---------

Co-authored-by: Jeremy Tuloup <[email protected]>
  • Loading branch information
jayeshsingh9767 and jtpio committed Oct 27, 2023
1 parent ea1a153 commit e73d410
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ There are also end to end tests to cover higher level user interactions, located

```bash
cd ui-tests
#install required packages for jlpm
jlpm

#install playwright
jlpm playwright install

# start a new Jupyter server in a terminal
jlpm start

Expand Down

0 comments on commit e73d410

Please sign in to comment.