-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated ui-tests Configuration in Contributing.md #7124
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
CONTRIBUTING.md
Outdated
jlpm | ||
|
||
#install playwright | ||
npx playwright install |
There was a problem hiding this comment.
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?
npx playwright install | |
jlpm playwright install |
There was a problem hiding this comment.
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.
…ngh9767/notebook into update_contributing_doc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
While setting up UI tests on my Local System, I have faced issue while using jlpm, Got to know from @krassowski that we need to install Packages of jlpm inside folder
ui-tests
.So, This PR will update the CONTRIBUTING.md so that future contributors doesn't face the same.