feat(breaking): 10.0 Release#18924
Merged
Merged
Conversation
Contributor
|
Thanks for taking the time to open a PR!
|
Test summaryRun details
View run in Cypress Dashboard ➡️ Flakiness
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "windicss-analysis": "^0.3.4", | ||
| "wonka": "^4.0.15" | ||
| }, | ||
| "files": [ |
Contributor
There was a problem hiding this comment.
This should only need to include dist. Otherwise, source files will be unnecessarily included in the binary.
192632b to
2ba40a0
Compare
| <script type="text/javascript"> | ||
| // set a global so we know the 'top' window | ||
| window.__Cypress__ = true | ||
|
|
||
| setTimeout(function(){ |
Member
There was a problem hiding this comment.
This was pretty much 1:1 with packages/runner/static/index.html. Did we need to keep this timeout or do we need to remove the timeout in packages/runner/static/index.html.?
…21063) Co-authored-by: Ryan Manuel <ryanm@cypress.io> Co-authored-by: Zachary Williams <ZachJW34@gmail.com>
…#21121) * fix: do not highlight preExtension if selected option is renameFolder * Fix ts * Do not change ext
…#21142) Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
…1090) * chore: Move component-index generation to scaffold-config package * Review fixes * Fix review comments for realzies this time
… API (#21079) * removing vite-dev-server local dependency from react-vite-ts-configured system test * moving some CRA examples over to use the object api for setup * fixing issue where function API was broken by object API for cy config + devservers * adding deeply nested react import to project-fixtures for cra * finishes cutting over cypress/react for sys tests * chore: adding circle for this feature branch * chore: moving over many vue + vite system tests to use object API instead of function API (#21080) * doing webpack-dev-server cutovers * removing more webpack-dev-server refrences * fixing snapshots * bumping yarn.lock * wip * fix test * fix assertion Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com> * feat: removing all references for "fresh" dev servers (webpack-dev-server-fresh and vite-dev-server-fresh) (#21094) Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com> Co-authored-by: Zachary Williams <ZachJW34@gmail.com> * chore: add dev-servers as deps to server to be included in the binary (#21091) * fix bad merge * fix next types and webpack-dev-server- resolve Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com> Co-authored-by: Zachary Williams <ZachJW34@gmail.com>
* add alpha label * add ribbon for beta CT * fix types * add supportStatus field and better support for a11y * fix types * fix tests
…into tbiethman/fix/UNIFY-1504-disable-browsers
…sable-browsers fix: Disabling browser dropdown in runner while tests are running
…default (#21103) * change default specs list open * update e2e tests * revert test change * change defaults * update reporter tests * update e2e test * remove cy.wait Co-authored-by: Mark Noonan <mark@cypress.io>
…owing error (#21143) * fixing the resizeobserver error within the SelectorPlayground * spellcheck off * unnecessary ref
* Fixing some electron * More electron refs * Updating system test snapshots. Updating mocha timeout for module-api tests. * Updating magic require with comment * Updating system test snapshot again * Removing dead code
Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
* wip on AST merging Cypress Config * Adding test coverage & better implementation for config merging * fix types, use new addToCypressConfig for projectId * refactor: separate export for browser * printing w/ recast * don't remove prettier in this PR * Update packages/config/src/ast-utils/addToCypressConfig.ts * make comment more robust Co-authored-by: Ryan Manuel <ryanm@cypress.io>
* fix: update dev server error message * revert change * remove obsolete test * revert change * update errors * rename error
Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
…21538) Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
* chore: Removing workaround for long Cypress verification times * Blank commit for Percy build * Getting a build * Need the mac build * Missed a few! * We apparently still need this one.
* fix: UNIFY-1611, add next to framework options & add tests
…Html if not needed (#21565) * refactor: reduce flake in migration.cy.ts, return null for videoEmbedHtml if migration is not needed * Fix UNIFY-1740: guard against double submit of mutation * don't hit the videoHtmlEmbed link more than once * move withCtx after scaffold * Stub the on link response, add test for caching behavior
…ion (#21550) * fix: Ensuring spec file presence prior to webpack-dev-server compilation * Clean up test a bit * Async beforeCompile * Adding unit test for new behavior * Moving e2e test to react specs for better project coverage
#21588) * fix: do not allow experimentalSessionAndOrigin to be available in CT per #21573 * remove experimentalSessionAndOrigin config as it is read only * move runner session tests under own system test project to turn on experimentalSessionAndOrigin flag * refactor session ui runner tests to point to runner-session-e2e-specs folder * fix cypress_spec.js to account for experimentalSessionAndOrigin options * remove experimentalSessionAndOrigin from env args
…ension (#21593) * fix: Successfully create new specs files that do not have known a known extension * Adding e2e tests. * Updating verbiage * PR feedback
5 tasks
* fix: handle git watch error * Add test * Cleanup sinon
flotwig
approved these changes
May 24, 2022
Contributor
flotwig
left a comment
There was a problem hiding this comment.
How can I approve more than once? ✅✅
…e windows jobs (#21620) Co-authored-by: Tyler Biethman <tbiethman@users.noreply.github.com>
This file contains hidden or 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
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.
BREAKING CHANGE: 10.0 release
Targeted release date: June 1st, 2022