-
Notifications
You must be signed in to change notification settings - Fork 1
START-4 add playwright #12
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
Playwright test resultsDetails
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12 +/- ##
===========================================
+ Coverage 60.00% 70.07% +10.07%
===========================================
Files 1 4 +3
Lines 35 274 +239
Branches 5 11 +6
===========================================
+ Hits 21 192 +171
- Misses 14 82 +68
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
tealefristoe
left a comment
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.
I had a couple of questions, but overall looks good 👍
Add Playwright and remove Cypress.
This started as a simple copy of the changes in concord-consortium/dst-codap-plugin#25.
But I found some problems with that setup:
These problems fixed here, as well as all references to Cypress are removed.
Additionally the runtime code was updated to make it easier for a Playwright test to find the elements in the plugin. The main change was to use
<label>and<output>which makes it easier for Playwright to find the elements and also makes the plugin more accessible.