Closed ryanthemanuel closed 1 week ago
Passed #58405
•
46206bf448: Merge branch 'develop' into ryanm/fix/ensure-that-each-served-js-file-in-vite-de...
Project |
cypress
|
Branch Review |
ryanm/fix/ensure-that-each-served-js-file-in-vite-dev-server-has-a-sourcemap
|
Run status |
Passed #58405
|
Run duration | 17m 41s |
Commit |
46206bf448: Merge branch 'develop' into ryanm/fix/ensure-that-each-served-js-file-in-vite-de...
|
Committer | Ryan Manuel |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
2
|
Pending |
77
|
Skipped |
0
|
Passing |
5588
|
View all changes introduced in this branch ↗︎ |
[!WARNING]
No Report: Something went wrong and we could not generate a report for the Application Quality products.
does this fix the code frame issue we were seeing with vite and component testing?
Unfortunately, no that is more complicated to resolve however this will get us where we need to get to in order to properly have sourcemaps available in the protocol space.
Released in 13.16.0
.
This comment thread has been locked. If you are still experiencing this issue after upgrading to Cypress v13.16.0, please open a new issue.
Additional details
We have a custom vite dev server plugin that transforms JS files to include inlined source maps but there were two scenarios that were missed with this plugin:
This PR resolves both of these scenarios.
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?