Updated ui-tests Configuration in Contributing.md (#7124)

* Updated ui-tests Configuration in Contributing.md

* Replaced npx with jlpm

---------

Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
Jayesh Singh 2 years ago committed by GitHub
parent ea1a1538ef
commit e73d410074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save