Skip to content

Commit e73d410

Browse files
Updated ui-tests Configuration in Contributing.md (#7124)
* Updated ui-tests Configuration in Contributing.md * Replaced npx with jlpm --------- Co-authored-by: Jeremy Tuloup <[email protected]>
1 parent ea1a153 commit e73d410

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ There are also end to end tests to cover higher level user interactions, located
7979

8080
```bash
8181
cd ui-tests
82+
#install required packages for jlpm
83+
jlpm
84+
85+
#install playwright
86+
jlpm playwright install
87+
8288
# start a new Jupyter server in a terminal
8389
jlpm start
8490

0 commit comments

Comments
 (0)