Skip to content
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

Bump cypress@8.4.1 #104301

Merged
merged 32 commits into from
Sep 28, 2021
Merged

Conversation

patrykkopycinski
Copy link
Contributor

@patrykkopycinski patrykkopycinski commented Jul 5, 2021

Summary

Bumps Cypress to the most recent version https://docs.cypress.io/guides/references/changelog

The biggest changes to notice:

  • cy.intercept requires * suffix
  • stubSearchStrategyApi was removed in favor of test data (it's tricky to stub search strategy properly)

@patrykkopycinski patrykkopycinski added v8.0.0 release_note:skip Skip the PR/issue when compiling release notes auto-backport Deprecated - use backport:version if exact versions are needed v7.15.0 labels Jul 5, 2021
@patrykkopycinski patrykkopycinski self-assigned this Jul 5, 2021
…-7.6.0

# Conflicts:
#	package.json
#	packages/kbn-pm/dist/index.js
#	x-pack/plugins/security_solution/cypress/integration/overview/overview.spec.ts
#	x-pack/plugins/security_solution/cypress/integration/timelines/notes_tab.spec.ts
#	x-pack/plugins/security_solution/cypress/integration/timelines/open_timeline.spec.ts
#	x-pack/plugins/security_solution/cypress/integration/timelines/query_tab.spec.ts
#	x-pack/plugins/security_solution/cypress/objects/exception.ts
#	x-pack/plugins/security_solution/cypress/objects/rule.ts
#	x-pack/plugins/security_solution/cypress/objects/timeline.ts
@patrykkopycinski patrykkopycinski changed the title Bump cypress@7.6.0 Bump cypress@8.1.0 Aug 3, 2021
@patrykkopycinski
Copy link
Contributor Author

@elasticmachine merge upstream

kibanamachine and others added 5 commits August 16, 2021 04:45
…-7.6.0

# Conflicts:
#	package.json
#	packages/kbn-pm/dist/index.js
#	yarn.lock
…-7.6.0

# Conflicts:
#	x-pack/plugins/security_solution/cypress/objects/timeline.ts
#	x-pack/plugins/security_solution/package.json
#	yarn.lock
@patrykkopycinski patrykkopycinski changed the title Bump cypress@8.1.0 Bump cypress@8.4.0 Sep 17, 2021
@MadameSheema
Copy link
Member

@elasticmachine merge upstream

@MadameSheema
Copy link
Member

@elasticmachine merge upstream

@MadameSheema
Copy link
Member

@elasticmachine merge upstream

@@ -8,6 +8,8 @@
"target/**/*"
],
"compilerOptions": {
"target": "es5",
"lib": ["es5", "dom"],
Copy link
Contributor

Choose a reason for hiding this comment

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

This is interesting changes, does this give us new abilities such as being able to use ?? where before we couldn't?

Copy link
Contributor

Choose a reason for hiding this comment

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

From chat this does seem to be the case 👍

Copy link
Contributor

@FrankHassanabad FrankHassanabad left a comment

Choose a reason for hiding this comment

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

LGTM,

  • Looked it over, asked a few curiosity questions, nothing major

Thanks for this upgrade. This is going to be a big upgrade for our flakes and tests I'm sure. I bet this was harder than you made it all look, so thanks a million!

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Public APIs missing exports

Total count of every type that is part of your API that should be exported but is not. This will cause broken links in the API documentation system. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats exports for more detailed information.

id before after diff
apm 30 35 +5

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @patrykkopycinski

@patrykkopycinski patrykkopycinski merged commit 47c9efd into elastic:master Sep 28, 2021
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Sep 28, 2021
@kibanamachine
Copy link
Contributor

💚 Backport successful

Status Branch Result
7.x

This backport PR will be merged automatically after passing CI.

kibanamachine added a commit that referenced this pull request Sep 28, 2021
Co-authored-by: Patryk Kopyciński <patryk.kopycinski@elastic.co>
@smith smith mentioned this pull request Sep 28, 2021
smith added a commit that referenced this pull request Sep 28, 2021
Add `?*` to the end of request aliases in instances table tests.

#104301 upgraded Cypress to a newer version that required this, but the APM E2E tests were not run because there were no changes to any files in APM.
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Sep 28, 2021
Add `?*` to the end of request aliases in instances table tests.

elastic#104301 upgraded Cypress to a newer version that required this, but the APM E2E tests were not run because there were no changes to any files in APM.
kibanamachine added a commit that referenced this pull request Sep 28, 2021
Add `?*` to the end of request aliases in instances table tests.

#104301 upgraded Cypress to a newer version that required this, but the APM E2E tests were not run because there were no changes to any files in APM.

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
@juliaElastic juliaElastic mentioned this pull request Sep 29, 2021
9 tasks
@patrykkopycinski patrykkopycinski deleted the chore/cypress-7.6.0 branch May 15, 2022 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Deprecated - use backport:version if exact versions are needed release_note:skip Skip the PR/issue when compiling release notes v7.16.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants