From e73d410074e6dbf97273f761d1513ff61db2965c Mon Sep 17 00:00:00 2001 From: Jayesh Singh Date: Fri, 27 Oct 2023 13:03:50 +0530 Subject: [PATCH] Updated ui-tests Configuration in Contributing.md (#7124) * Updated ui-tests Configuration in Contributing.md * Replaced npx with jlpm --------- Co-authored-by: Jeremy Tuloup --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 88a518475c..65fbb44c7d 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