Skip to content

feat(breaking): 10.0 Release#18924

Merged
ZachJW34 merged 1553 commits into
developfrom
10.0-release
May 25, 2022
Merged

feat(breaking): 10.0 Release#18924
ZachJW34 merged 1553 commits into
developfrom
10.0-release

Conversation

@JessicaSachs
Copy link
Copy Markdown
Contributor

@JessicaSachs JessicaSachs commented Nov 15, 2021

BREAKING CHANGE: 10.0 release

⚠️ DO NOT SQUASH AND MERGE. USE A MERGE COMMIT

Targeted release date: June 1st, 2022

@cypress-bot
Copy link
Copy Markdown
Contributor

cypress-bot Bot commented Nov 15, 2021

Thanks for taking the time to open a PR!

@cypress
Copy link
Copy Markdown

cypress Bot commented Nov 15, 2021



Test summary

37529 0 454 0Flakiness 6


Run details

Project cypress
Status Passed
Commit ae078c7
Started May 24, 2022 11:04 PM
Ended May 24, 2022 11:24 PM
Duration 19:33 💡
OS Linux Debian - 10.11
Browser Multiple

View run in Cypress Dashboard ➡️


Flakiness

commands/net_stubbing.cy.ts Flakiness
1 network stubbing > intercepting request > can delay and throttle a StaticResponse
commands/xhr.cy.js Flakiness
1 ... > logs response
2 ... > causes errors caused by onreadystatechange callback function
next.cy.ts Flakiness
1 Working with next-12.1.6 > should live-reload on src changes
cypress/proxy-logging.cy.ts Flakiness
1 Proxy Logging > request logging > xhr log has response body/status code when xhr response is logged second
This comment includes only the first 5 flaky tests. See all 6 flaky tests in the Cypress Dashboard.

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": [
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should only need to include dist. Otherwise, source files will be unnecessarily included in the binary.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Nov 23, 2021

CLA assistant check
All committers have signed the CLA.

<script type="text/javascript">
// set a global so we know the 'top' window
window.__Cypress__ = true

setTimeout(function(){
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.?

ZachJW34 and others added 22 commits April 19, 2022 10:35
…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
Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
)

* update component

* update test

* update component test

* remove unused label text

* add cursor:pointer styles to label
…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
…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
flotwig and others added 7 commits May 18, 2022 16:58
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
tgriesser and others added 6 commits May 19, 2022 17:58
…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
@ZachJW34 ZachJW34 marked this pull request as ready for review May 24, 2022 16:10
@ZachJW34 ZachJW34 requested review from a team as code owners May 24, 2022 16:10
@ZachJW34 ZachJW34 requested review from jennifer-shehane and removed request for a team May 24, 2022 16:10
Copy link
Copy Markdown
Contributor

@flotwig flotwig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How can I approve more than once? ✅✅

…e windows jobs (#21620)

Co-authored-by: Tyler Biethman <tbiethman@users.noreply.github.com>
@ZachJW34 ZachJW34 merged commit e6b2466 into develop May 25, 2022
@jennifer-shehane jennifer-shehane added the type: breaking change Requires a new major release version label May 26, 2022
@MuazOthman MuazOthman deleted the 10.0-release branch January 10, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: breaking change Requires a new major release version

Projects

None yet

Development

Successfully merging this pull request may close these issues.