Commit Graph

15556 Commits

Author SHA1 Message Date
Kukhyeon Heo 31bd0e937f fix(types): should() cannot be used with values. (#16744)
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
2021-06-02 14:42:23 -04:00
Kukhyeon Heo 49990480bd feat(types): can specify the ResponseBody type of cy.request (#16743) 2021-06-02 09:27:15 -05:00
Chris Breiding 97e7a524d4 chore: Ensure binaries are downloadable after release (#16735) 2021-06-02 10:08:11 -04:00
Lachlan Miller 445e57dc1d Merge pull request #16761 from cypress-io/chore/merge-up-master
chore: merge master back into develop
2021-06-02 07:51:31 +10:00
ElevateBart d4a92c66d3 ci: deliver only vue2 on npm/vue/v2 2021-06-01 12:56:23 -05:00
ElevateBart a00eb6f316 ci: use npm/vue/v2 as the name of the vue2 branch 2021-06-01 11:30:31 -05:00
Barthélémy Ledoux 15cb68571f Merge branch 'develop' into chore/merge-up-master 2021-06-01 10:56:52 -05:00
Kukhyeon Heo e5276f8ace fix: --config-file can now handle absolute paths. (#16746)
Co-authored-by: Guillaume Viguier guillaume.viguier-just@propulse-lab.com
2021-06-01 15:55:53 +00:00
ElevateBart 3dbfe680fa Merge branch 'master' into develop 2021-06-01 10:45:00 -05:00
Kukhyeon Heo 06be00fee4 fix(types): add testingType definition (#16745) 2021-06-01 10:16:24 -05:00
Braden Mars 315d845432 fix: Migrate from listr to listr2 (#16663) 2021-06-01 10:26:03 -04:00
semantic-release-bot 887f60ab96 chore: release @cypress/vue-v3.0.0-beta.1
[skip ci]
@cypress/vue-v3.0.0-beta.1
2021-05-31 01:39:22 -04:00
semantic-release-bot e9d641ff63 chore: release @cypress/vite-dev-server-v2.0.0
[skip ci]
@cypress/vite-dev-server-v2.0.0
2021-05-31 01:39:05 -04:00
semantic-release-bot 9a6a62050e chore: release @cypress/react-v5.9.0
[skip ci]
@cypress/react-v5.9.0
2021-05-31 01:38:48 -04:00
Barthélémy Ledoux 0ee001f625 ci: deliver vue3 on master (#16728)
* feat(vue): vue 3 support in @cypress/vue

BREAKING CHANGE: no support for vue 2 anymore

* build: disable auto deliver of next vue

* Revert "feat(vue): vue 3 support in @cypress/vue"

This reverts commit 8f55d7baaf.

* Revert "build: disable auto deliver of next vue"

This reverts commit ed46c9e5c5.

* chore: release @cypress/vue-v1.1.0-alpha.1

[skip ci]

* feat: vue3 support for @cypress/vue (#15100)

* feat: add support for vue3 in npm/vue

BREAKING CHANGE: dropped support for vue 2 in favor of vue 3

* test: remove filter tests not relevant in vue 3

* build: try publishing as a private new major

* chore: release @cypress/vue-v3.0.0-alpha.1

[skip ci]

* chore: bring back access public

* fix: update dependency to webpack dev server

* chore: release @cypress/vue-v3.0.0-alpha.2

[skip ci]

* chore: remove unnecessary dependency

* fix: mistreatment of monorepo dependency

* chore: release @cypress/vue-v3.0.0-alpha.3

[skip ci]

* chore: release @cypress/vue-v3.0.0-alpha.4

[skip ci]

* fix: use __cy_root at the root element

* build: avoid using array spread (tslib imports issue)

* fix: setup for cypress vue tests

* fix: add cleanup event

* test: make sure we use the right build of compiler

* chore: downgrade VTU to rc-1

* chore: release @cypress/vue-v3.0.0

[skip ci]

* chore: upgrade vue version to 3.0.11

* fix: adjust optional peer deps

* fix: allow fo any VTU 2 version using ^

* test: ignore nuxt example

* test: update yarn lock on vue cli

* chore: release @cypress/vue-v3.0.1

[skip ci]

* ci: release vue@next on master

* test: fix vue3 examples

* ci: open only needed server in circle npm-vue

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-05-31 11:33:10 +10:00
Pavel Strunkin 755d5c9c8a Merge branch 'master' into develop 2021-05-28 07:02:09 +00:00
Pavel Strunkin c618d30f3d feat: react-scripts. allow parametrise webpack config path (#16644)
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-05-28 17:01:33 +10:00
Jennifer Shehane a2bc515933 fix: Add flag to delay update in chrome (#16694) 2021-05-27 10:23:31 -05:00
semantic-release-bot 4663d2efd3 chore: release @cypress/webpack-preprocessor-v5.9.0
[skip ci]
@cypress/webpack-preprocessor-v5.9.0
2021-05-26 18:30:11 -04:00
semantic-release-bot ac6fd06719 chore: release @cypress/webpack-dev-server-v1.3.1
[skip ci]
@cypress/webpack-dev-server-v1.3.1
2021-05-26 18:29:56 -04:00
semantic-release-bot bb1f1ccf22 chore: release @cypress/react-v5.8.1
[skip ci]
@cypress/react-v5.8.1
2021-05-26 18:29:41 -04:00
semantic-release-bot c2a4d5f31f chore: release @cypress/schematic-v1.3.0
[skip ci]
@cypress/schematic-v1.3.0
2021-05-26 18:29:26 -04:00
Adam Murray 3c0747b3e0 Merge branch 'master' into develop 2021-05-26 19:57:51 +00:00
Adam Murray 8b5bad0965 feat: update @cypress/schematic to NOT remove e2e folder or dependencies. (#16692)
* doc: [DX-310] update community recognition in README

* doc: update license

* feat:[DX-309] update schematic to add or update ng e2e command without removing protractor or other dependencies. update readme and license.

* fix: update cypress commands to match docs

* fix: update migration guide reference
2021-05-26 14:57:13 -05:00
Kukhyeon Heo 322b08a0d5 fix: handle BigInt correctly. (#16640)
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
2021-05-26 15:10:10 -04:00
github-actions[bot] ee6d4b979c chore: Update Chrome (stable) to 91.0.4472.77 (#16682)
Co-authored-by: cypress-bot[bot] <2f0651858c6e38e0+cypress-bot[bot]@users.noreply.github.com>
2021-05-26 14:17:08 +00:00
Kukhyeon Heo 7dfd845b62 fix: hasBinary flakiness (#16641) 2021-05-26 14:15:33 +00:00
Daniel Sogl 46de81e75f fix(angular): set rxjs versions > 6.6.0 as dependency (#16676) 2021-05-26 14:26:56 +10:00
github-actions[bot] 58da7941f9 chore: Update Chrome (beta) to 91.0.4472.77 (#16666)
Co-authored-by: cypress-bot[bot] <2f0651858c6e38e0+cypress-bot[bot]@users.noreply.github.com>
2021-05-25 18:32:26 +00:00
Lachlan Miller 6384b5d928 chore(runner-ct): TS and React improvements (#16614) 2021-05-25 01:53:34 -04:00
Lachlan Miller c0fc23a052 feat(npm/webpack-dev-server,runner-ct): Normalize webpack errors + general React/TS improvements (#16613)
* feat: normalize webpack errors

* move some files to TS

* add tests

* simplify test

* improve types

Co-authored-by: Jessica Sachs <jess@jessicasachs.io>
2021-05-24 17:40:36 -04:00
Zach Bloomquist 8099b64a99 Merge branch 'develop' 2021-05-24 16:18:59 -04:00
Zach Bloomquist 77880f1a0f release 7.4.0 [skip ci] v7.4.0 2021-05-24 16:16:30 -04:00
Brian Mann 39d8629c97 chore: retry failed driver tests and let the dashboard calculate flake (#16605) 2021-05-24 18:39:21 +00:00
Zach Bloomquist 3c33db5ab0 fix: add more validation to cy.intercept() (#16577)
Co-authored-by: Zach Bloomquist <github@chary.us>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2021-05-24 17:41:34 +00:00
Zach Bloomquist 55a4e7a835 chore: update PR template [skip ci] (#16656)
So it doesn't automatically link everything to issue 1234 in ZenHub.
2021-05-24 17:38:51 +00:00
Ben Kucera bcf0c2e23c fix: only dedupe video recording frames for webminput (firefox) (#16649) 2021-05-24 17:11:32 +00:00
Zach Bloomquist 1fbd711d4d chore: switch percy_finalize job to small (#16587) 2021-05-24 15:51:34 +00:00
Kukhyeon Heo c2588798a0 fix: can send FormData with File. (#16576) 2021-05-24 10:07:44 -04:00
Adam Gastineau c4aaa58744 chore: Normalized reporters between CI tasks (#16608) 2021-05-21 08:10:53 -07:00
semantic-release-bot 63a9bf9ee4 chore: release @cypress/react-v5.8.0
[skip ci]
@cypress/react-v5.8.0
2021-05-20 23:56:39 -04:00
semantic-release-bot 2f8cf66046 chore: release @cypress/schematic-v1.2.0
[skip ci]
@cypress/schematic-v1.2.0
2021-05-20 23:56:25 -04:00
Alasdair McLeay 75c753be0e feat: custom webpack config for react/plugins/babel (#16597)
* Allow babel loader options to be configurable

Allow babel loader options to be configurable to support running within a monorepo.

Fixes #16596

* new configuration option in cypress.schema.json

* Revert "new configuration option in cypress.schema.json"

This reverts commit 0a39322db7.

* support custom webpack configuration via config function

* fix linting issue

* Update getBabelWebpackConfig.js

* linting

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-05-21 11:51:16 +10:00
Adam Gastineau 340a6e4dd8 chore: Fix design system flake (#16604) 2021-05-20 09:16:58 -07:00
Manuel Abascal 24a4d765a7 feat: Add keyboard shortcuts to pause, go to next test, and toggle scrolling in e2e Test Runner (#16411) 2021-05-20 10:25:58 -05:00
renovate[bot] 2b5c8b928f chore(deps): update dependency jquery.scrollto to v2.1.3 🌟 (#16568)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2021-05-20 09:34:54 -05:00
renovate[bot] 526af4227e chore(deps): update dependency express-useragent to v1.0.15 🌟 (#16567)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2021-05-20 09:33:42 -05:00
Jennifer Shehane da3bab6786 fix: Alphabetize plugin config (#16564) 2021-05-20 09:03:26 -05:00
github-actions[bot] 9884afd105 chore: Update Chrome (beta) to 91.0.4472.69 (#16601)
Co-authored-by: cypress-bot[bot] <2f0651858c6e38e0+cypress-bot[bot]@users.noreply.github.com>
2021-05-20 09:12:36 -04:00
Adam Gastineau 2ec343b40e chore: Added Percy snapshots for design system (#16566)
* chore: Added Percy snapshots for design system

* Add PERCY_TOKEN to design-system CI

* Remove accidental "yarn" string

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-05-20 12:38:53 +10:00