Closed AtofStryker closed 2 weeks ago
Passed #58203
•
74f853bc1e: breaking: remove support for angular 13,14,15, and 16. minimum version is now 17...
Project |
cypress
|
Branch Review |
breaking/remove_angular_under_17_2
|
Run status |
Passed #58203
|
Run duration | 17m 29s |
Commit |
74f853bc1e: breaking: remove support for angular 13,14,15, and 16. minimum version is now 17...
|
Committer | AtofStryker |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
4
|
Pending |
1327
|
Skipped |
0
|
Passing |
29317
|
View all changes introduced in this branch ↗︎ |
UI Coverage
46.67%
|
|
---|---|
Untested elements |
187
|
Tested elements |
168
|
Accessibility
92.55%
|
|
---|---|
Failed rules |
3 critical
8 serious
2 moderate
2 minor
|
Failed elements |
893
|
@cypress/schematic
looks to function as intended as well as dependency checking from CLI. @cypress/schematic
will need some more testing once the package is released but everything in this PR looks good (will add to checklist or prerelease/release items)
Additional details
Removes CT support for angular versions under
17.2.0
. This is needed in order to merge theangular-signals
test harness into the main test harness #29606. This also updates thecypress-schematic
to have a peer dependency on angular17.2.0
and up and updates the tests to use the latest devkit and leveragesvitest
in band instead of mocha/chaiSteps to test
How has the user experience changed?
PR Tasks
cypress-documentation
? https://github.com/cypress-io/cypress-documentation/pull/5983type definitions
?