-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add e2e tests with Playwright #3488
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
Conversation
Since I'm not very familiar with how playwright works, may I ask what settings it is using when run? For example, if I have the graph opening in editor by default, or I have hidden/disabled GitLens Inspect in the sidebar, do those tests fail? |
put electron launch code in a setup file
4f48687
to
cff16af
Compare
When I try it with
|
From what I see it looks like the electron app (VSCode in this case) is closing early so when it tries to fetch the Apart from that, I'm removing an Hopefully these changes will help |
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.
@sergiolms All tests are passing now - LGTM! Thanks for fixing it!
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.
Looks great!
Continuation from #3374
This PR has only the Playwright code.
Keeping the previous PR closed with the wdio implementation so we keep its history tracked.
Playwright tests can be run with
yarn test:e2e