-
Notifications
You must be signed in to change notification settings - Fork 56
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
test: add fallback for Playwright-provided browser #3204
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3204 +/- ##
=======================================
Coverage 86.91% 86.91%
=======================================
Files 118 118
Lines 8191 8191
Branches 1256 1256
=======================================
Hits 7119 7119
Misses 1058 1058
Partials 14 14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This PR changes the workflow, so the correct Validation is here |
# Conflicts: # package-lock.json
|
If you want to get rid of an additional Chrome binary in your
node_modules
, you can add the following environment variables:Note: if you have
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD
set withoutCHROME_BIN
, it will throw an error.Note: for this change to take effect you have to run
npm ci
.