Commit Graph

18576 Commits

Author SHA1 Message Date
github-actions[bot] a05b2b6883 chore: Update Chrome (stable) to 104.0.5112.101 and Chrome (beta) to 105.0.5195.28 (#23273)
* chore: Update Chrome (beta) to 105.0.5195.28

* chore: Update Chrome (stable) to 104.0.5112.101 and Chrome (beta) to 105.0.5195.28

Co-authored-by: cypress-bot[bot] <2f0651858c6e38e0+cypress-bot[bot]@users.noreply.github.com>
2022-08-17 18:36:22 +10:00
Mike Plummer 741254803f feat: ACI Notification Banners (#23256) 2022-08-16 17:05:09 -05:00
Tyler Biethman 19dd523ad4 chore: bumping version to 10.6.0 (#23381) v10.6.0 2022-08-16 15:42:41 -05:00
Tyler Biethman 89839eb2e0 Merge branch 'master' of https://github.com/cypress-io/cypress into develop 2022-08-16 13:09:58 -05:00
Bill Glesias c220f403e0 fix: add locales for experimentalSingleTabRunMode (#23375) 2022-08-16 13:05:55 -04:00
Emily Rohrbough 4a58868390 chore: ensure webpack/vite dev server integration tests pass before releasing (#23369) 2022-08-16 11:34:00 -05:00
Mike Plummer d6764487e1 fix: Display full spec file extension in popovers (#23350)
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
2022-08-16 11:30:46 -05:00
Zachary Williams e703ab4900 fix: match full spec path and improve search results (#23325)
Co-authored-by: Mark Noonan <mark@cypress.io>
2022-08-16 10:21:41 -05:00
Tyler Biethman 937d4e7f73 fix: ensure absolute directories in glob patterns are leading prior to removal (#23368)
* fix: ensure absolute directories in glob patterns are leading prior to removal

* Removing errant slash
2022-08-16 10:09:59 -05:00
Emily Rohrbough ae5cbb592d fix: persist registered spec sessions (#23347) 2022-08-16 09:27:28 -05:00
Tomas Bjerre 7489561fbf feat: including version in CYPRESS_DOWNLOAD_PATH_TEMPLATE (refs #5141 #16976 #22864) (#23194)
Co-authored-by: Blue F <blue@cypress.io>
Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
2022-08-16 08:49:56 -05:00
Mark Noonan 7dd4a142dd test: increase a timeout to avoid failing on CI in Windows (#23346)
* get path for platform in test

* run windows workflow

* increase timeout due to windows flake

* update a second timeout

* set timeouts to 12, move to proper command

Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
2022-08-15 22:17:23 -05:00
Lachlan Miller 91beb9012c feat: experimental single tab run mode for component testing (#23104)
* revive logic to run CT in a single tab

* add feature flag: experimentalSingleTabRunMode

* remove log

* reset browser state between tests

* document single tab run mode experiment;

* add system test for experimental run mode

* fix snapshots

* use more simple project for testing

* additional guard;

* fix test

* Apply suggestions from code review

Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>

* destroy aut after each spec

* update snapshot

* fix types

* add experiment flag error

* add warning when using experimental flag with e2e

* build binaries for experimentalSingleTabRunMode feature

* build binaries take 2

* make error message more open ended

* destroy AUT later in run mode lifecycle

* add additional assertion around experimental flag

* simplify error

* remove test code from production code

Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
2022-08-16 10:44:14 +10:00
mirobo f7dce39876 fix: escape backslashes in downloadFolder for Firefox on Windows #17896 (#23006)
* fix: escape backslashes in downloadFolder for Firefox on Windows

* fix import of doubleEscape in packages/server/lib/browsers/firefox.ts

Co-authored-by: Bill Glesias <bglesias@gmail.com>

* don't run ls command on Windows

* Revert "don't run ls command on Windows"

This reverts commit deec721b06.

* chore: add unit test to verify double escape behavior

Co-authored-by: Bill Glesias <bglesias@gmail.com>
Co-authored-by: Rachel <rachel@cypress.io>
2022-08-15 20:26:54 -04:00
semantic-release-bot 162ba8e75d chore: release @cypress/webpack-preprocessor-v5.12.2
[skip ci]
@cypress/webpack-preprocessor-v5.12.2
2022-08-15 19:04:53 -04:00
semantic-release-bot 97f9ed91fe chore: release @cypress/webpack-dev-server-v2.2.0
[skip ci]
@cypress/webpack-dev-server-v2.2.0
2022-08-15 19:04:41 -04:00
semantic-release-bot 2fb4b7ba9b chore: release @cypress/vite-dev-server-v3.1.1
[skip ci]
@cypress/vite-dev-server-v3.1.1
2022-08-15 19:04:29 -04:00
semantic-release-bot 2f8388b9b5 chore: release @cypress/react18-v1.0.1
[skip ci]
@cypress/react18-v1.0.1
2022-08-15 19:04:17 -04:00
semantic-release-bot 62bf8c0bbe chore: release @cypress/react-v6.1.1
[skip ci]
@cypress/react-v6.1.1
2022-08-15 19:04:06 -04:00
semantic-release-bot 312d9cbfba chore: release @cypress/eslint-plugin-dev-v5.3.2
[skip ci]
@cypress/eslint-plugin-dev-v5.3.2
2022-08-15 19:03:53 -04:00
Zach Bloomquist 4580330763 chore: WebKit support (development-only) (#15533) 2022-08-15 22:53:37 +00:00
Matt Schile eb837c4b60 chore: merge develop (10.5.0 release) into master 2022-08-15 16:37:25 -06:00
Matt Schile 3c172a1fc0 chore: [skip ci] update package.json version to 10.5.0 (#23352) v10.5.0 2022-08-15 15:51:20 -06:00
Bill Glesias 17f430768b Merge branch 'master' into develop 2022-08-15 12:29:07 -04:00
Mike Plummer b91e4e3c2d feat: Flake Indicator ACI (#23049) 2022-08-15 11:12:09 -05:00
Lachlan Miller 61b07953eb chore: remove codeowners file (#23340)
* chore: remove codeowners

* chore: add check-ts command to pkg/driver (#22912)

Co-authored-by: Blue F <blue@cypress.io>
Co-authored-by: Rachel <rachel@cypress.io>
2022-08-15 09:00:06 -07:00
Rachel c40a120aa7 chore: skip or fix flaky tests (#23167) 2022-08-15 08:50:34 -07:00
Kukhyeon Heo 0aa89fa5b3 chore: add check-ts command to pkg/driver (#22912)
Co-authored-by: Blue F <blue@everblue.info>
Co-authored-by: Rachel <Raquel.rudermano@gmail.com>
Co-authored-by: Rachel <rachel@cypress.io>
2022-08-15 09:46:24 -05:00
Tyler Biethman e80e4e8334 fix: remove working directory from --spec glob patterns (#23296)
* fix: remove working directory from glob patterns

* Adding a few specs to FileDataSource

* Cleaning up leaky stubs

* Adding little system test

* Get mac binary too
2022-08-15 16:57:05 +10:00
Mike Plummer 9a6b72dd8b fix: Address windows test failures introduced by gql query changes (#23332)
* fix: Address test failures caused by use of projectId

* Revert "fix: Address test failures caused by use of projectId"

This reverts commit baf868b18c.

* Delay cloud modals gql query until needed

* Pluck projectId from config rather than directly query
2022-08-15 16:25:43 +10:00
rockindahizzy 2899b21642 feat: Auto select project when an organization only has one project (#23266)
* feat: Auto select project when an organization only has one project

* Fix failing e2e test

* Code review changes

* Resolve side effect of adding additional project to gql stub

* Fix issue with selected project not being set

* misc improvements to types

* Revert changes based on product decision

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2022-08-15 13:11:29 +10:00
Mark Noonan e5e79cf3dc feat(app): show "connect project" after login if project is not connected (#23295)
Co-authored-by: Mike Plummer <mikep@cypress.io>
2022-08-13 14:48:03 -05:00
Zachary Williams c93b652ff7 fix: remove webpack entrypoints from for ct webpack projects (#23299) 2022-08-12 16:38:59 -05:00
Emily Rohrbough f1122fcf62 fix: clear session state when changing specs in open mode (#23146) 2022-08-12 13:00:01 -05:00
Emily Rohrbough 0729a6833b feat: add testIsolation option and support describe-only overrides (#23040)
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
Co-authored-by: Bill Glesias <bglesias@gmail.com>
Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
2022-08-12 11:56:39 -05:00
Matt Henkes 6afbfc5e62 Merge pull request #23249 from cypress-io/matth/misc/update-release-guide
chore: Update release guide docker steps
2022-08-12 09:36:19 -05:00
Matt Henkes 114e55dca5 Merge pull request #23315 from cypress-io/matth/chore/update-version-oops
chore: update package.json version [skip ci]
2022-08-12 08:37:36 -05:00
Matt Henkes 9c914460c8 chore: update package.json version [skip ci] 2022-08-12 08:10:20 -05:00
Zachary Williams 17f442d592 feat: scaffold react18 projects in component setup (#23251)
* feat: scaffold react18 projects in component setup

* try catch semver.major

* address feedback
2022-08-12 09:19:38 +10:00
Mike Plummer 8a4ec2fc27 fix: Add delay to showing ACI header tooltips (#23259)
* Add delay to showing ACI header tooltips

* Fix tests
2022-08-12 09:12:28 +10:00
Zachary Williams 9c8f61db55 chore: remove redundant runner-ct webpack script from watch (#23288) 2022-08-12 08:46:43 +10:00
Ben M 0f6f59b379 chore: adding more required fields to issue creation template in github (#23261)
* chore: adding more required fields and cleaning up language in the issue creation template in github
2022-08-11 12:13:18 -04:00
semantic-release-bot 5198092621 chore: release @cypress/webpack-preprocessor-v5.12.1
[skip ci]
@cypress/webpack-preprocessor-v5.12.1
2022-08-11 11:19:04 -04:00
semantic-release-bot 8fdfa4ea03 chore: release @cypress/webpack-dev-server-v2.1.0
[skip ci]
@cypress/webpack-dev-server-v2.1.0
2022-08-11 11:18:47 -04:00
semantic-release-bot 2ddb2651c3 chore: release @cypress/vue2-v1.0.2
[skip ci]
@cypress/vue2-v1.0.2
2022-08-11 11:18:33 -04:00
semantic-release-bot a5f6b05385 chore: release @cypress/vue-v4.1.0
[skip ci]
@cypress/vue-v4.1.0
2022-08-11 11:18:18 -04:00
semantic-release-bot 557b383f0a chore: release @cypress/vite-dev-server-v3.1.0
[skip ci]
@cypress/vite-dev-server-v3.1.0
2022-08-11 11:18:04 -04:00
semantic-release-bot 3f8cdb8c02 chore: release @cypress/react18-v1.0.0
[skip ci]
@cypress/react18-v1.0.0
2022-08-11 11:17:44 -04:00
semantic-release-bot 93844a213c chore: release @cypress/react-v6.1.0
[skip ci]
@cypress/react-v6.1.0
2022-08-11 11:09:45 -04:00
semantic-release-bot 5c29c31405 chore: release @cypress/mount-utils-v2.0.1
[skip ci]
@cypress/mount-utils-v2.0.1
2022-08-11 11:09:32 -04:00