diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 88a518475..65fbb44c7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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