Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Updated ui-tests Configuration in Contributing.md
  • Loading branch information
jayeshsingh9767 committed Oct 23, 2023
commit 18a9efb52ca2bac36f721b439ee73d54a291478c
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
npx playwright install
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can stick to jlpm for consistency here?

Suggested change
npx playwright install
jlpm playwright install

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jtpio for pointing out.


# start a new Jupyter server in a terminal
jlpm start

Expand Down