-
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
refactor: lifts toPosix to its own file, removes circular dependency between stack_utils and source_map_utils #30983
Open
cacieprins
wants to merge
5
commits into
develop
Choose a base branch
from
cacie/refactor/stack-sourcemap-circular
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tils and source_map_utils
cypress
|
Project |
cypress
|
Branch Review |
cacie/refactor/stack-sourcemap-circular
|
Run status |
|
Run duration | 17m 48s |
Commit |
|
Committer | Cacie Prins |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
1
|
|
7
|
|
1099
|
|
0
|
|
26528
|
View all changes introduced in this branch ↗︎ |
UI Coverage
46.2%
|
|
---|---|
|
186
|
|
164
|
Accessibility
92.54%
|
|
---|---|
|
3 critical
8 serious
2 moderate
2 minor
|
|
885
|
Tests for review
src/runs/RunCard.cy.tsx • 1 failed test • app-ct
Test | Artifacts | |
---|---|---|
An uncaught error was detected outside of a test |
Test Replay
|
commands/net_stubbing.cy.ts • 1 flaky test • 5x-driver-electron
Test | Artifacts | |
---|---|---|
... > can timeout when retrieving upstream response |
Test Replay
|
issues/28527.cy.ts • 1 flaky test • 5x-driver-electron
Test | Artifacts | |
---|---|---|
issue 28527 > fails and then retries and verifies about:blank is not displayed |
Test Replay
Screenshots
|
issues/28527.cy.ts • 1 flaky test • 5x-driver-chrome:beta
Test | Artifacts | |
---|---|---|
issue 28527 > fails and then retries and verifies about:blank is not displayed |
Test Replay
Screenshots
|
commands/waiting.cy.js • 1 flaky test • 5x-driver-chrome
Test | Artifacts | |
---|---|---|
... > errors > throws when route is never resolved |
Test Replay
|
issues/28527.cy.ts • 1 flaky test • 5x-driver-chrome
Test | Artifacts | |
---|---|---|
issue 28527 > fails and then retries and verifies about:blank is not displayed |
Test Replay
Screenshots
|
The first 5 flaky specs are shown, see all 7 specs in Cypress Cloud.
jennifer-shehane
approved these changes
Jan 30, 2025
@cacieprins Hmm, a lot of weird failures on this one https://cloud.cypress.io/projects/ypt4pf/runs/60150/overview |
Bizarre.. I'll table this refactor for now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Additional details
Lifts the function from
stack_utils
thatsource_map_utils
was using to its own file. This enables the removal of thestack_utils.ts
<->source_map_utils
cycle. Vitest unit tests are added as well.This utility is recreated several times across the repo. Perhaps a single third party npm package, like
unixify
ornormalize-path
would be helpful.Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?