-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
breaking: Replace experimentalJustInTimeCompile flag with justInTimeCompile flag, make it true by default #30402
base: release/14.0.0
Are you sure you want to change the base?
Conversation
…g and make it default BREAKING: Replace experimentalJustInTimeCompile flag with justInTimeCompile flag and make it default
cypress Run #58080
Run Properties:
|
Project |
cypress
|
Branch Review |
experimentalJIT-default
|
Run status |
Cancelled #58080
|
Run duration | 31m 00s |
Commit |
039144bfed: Merge branch 'release/14.0.0' into experimentalJIT-default
|
Committer | Jennifer Shehane |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
17
|
Flaky |
7
|
Pending |
1308
|
Skipped |
31
|
Passing |
28654
|
View all changes introduced in this branch ↗︎ |
Warning
Partial Report: The results for the Application Quality reports may be incomplete.
UI Coverage
42.3%
|
|
---|---|
Untested elements |
201
|
Tested elements |
151
|
Accessibility
92.51%
|
|
---|---|
Failed rules |
3 critical
8 serious
2 moderate
2 minor
|
Failed elements |
884
|
Tests for review
src/navigation/SidebarNavigation.cy.tsx • 1 failed test • app-ct
Test | Artifacts | |
---|---|---|
SidebarNavigation > expands the bar when clicking the expand button |
Test Replay
Screenshots
|
src/specs/generators/ExpandableFileChooser.cy.tsx • 1 failed test • app-ct
Test | Artifacts | |
---|---|---|
> filters the files by file name |
Test Replay
|
The first 5 failed specs are shown, see all 180 specs in Cypress Cloud.
src/specs/generators/ExpandableFileChooser.cy.tsx • 1 flaky test • app-ct
Test | Artifacts | |
---|---|---|
> no results > does not show no results when there are files |
Test Replay
Screenshots
|
src/components/promo/Promo.cy.tsx • 1 flaky test • app-ct
Test | Artifacts | |
---|---|---|
> records event on initial render |
Test Replay
|
cypress/e2e/e2e/origin/commands/waiting.cy.ts • 1 flaky test • 5x-driver-chrome:beta
Test | Artifacts | |
---|---|---|
... > throws when foo cannot resolve |
Test Replay
|
cypress/e2e/commands/waiting.cy.js • 1 flaky test • 5x-driver-chrome
Test | Artifacts | |
---|---|---|
... > errors > throws when waiting for 2nd response to route |
Test Replay
|
cypress/e2e/commands/net_stubbing.cy.ts • 3 flaky tests • 5x-driver-webkit
Test | Artifacts | |
---|---|---|
network stubbing > intercepting request > can delay and throttle a StaticResponse |
|
@AtofStryker Noticed this note and don't want to forget this: https://github.com/cypress-io/cypress/blob/experimentalJIT-default/packages/server/lib/modes/run.ts#L822
|
Additional details
This removes the component testing specific
experimentalJustInTimeCompile
configuration and replaces it with ajustInTimeCompile
which istrue
by default.Additionally, the just in time compile logic will now only apply to webpack and no longer to vite (which was not working well anyway with how vite works)
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?