-
Notifications
You must be signed in to change notification settings - Fork 306
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
[ci-visibility] Use system's node instead of the bundled one in cypress tests #4011
[ci-visibility] Use system's node instead of the bundled one in cypress tests #4011
Conversation
Overall package sizeSelf size: 5.96 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4011 +/- ##
===========================================
+ Coverage 66.38% 85.12% +18.73%
===========================================
Files 233 242 +9
Lines 9738 10441 +703
Branches 33 33
===========================================
+ Hits 6465 8888 +2423
+ Misses 3273 1553 -1720 ☔ View full report in Codecov by Sentry. |
BenchmarksBenchmark execution time: 2024-01-30 16:19:07 Comparing candidate commit d60b490 in PR branch Found 1 performance improvements and 0 performance regressions! Performance is the same for 259 metrics, 6 unstable metrics. scenario:plugin-graphql-with-depth-off-18
|
What does this PR do?
The
nodeVersion
old configuration parameter (https://docs.cypress.io/guides/references/legacy-configuration#Node-version) allows you to specify the version of node you use for your plugins. By default it's the bundled in cypress, but you can change it to system.Motivation
Security
Datadog employees:
@DataDog/security-design-and-guidance
.Unsure? Have a question? Request a review!