Commit Graph

15490 Commits

Author SHA1 Message Date
Chris Breiding 9401502387 chore: Test against repo-defined versions of Chrome stable and beta (#16341)
* feat: Add support for Chrome Beta

* chore: update yarn.lock

* chore: Test against repo-defined versions of Chrome stable and beta
2021-05-14 16:35:42 -04:00
Chris Breiding 244936d093 feat: Add support for Chrome Beta (#16518) 2021-05-14 16:31:19 -04:00
Adam Gastineau 4bb1ecd077 fix: Properly typecheck webpack-dev-server and fix several undefined issues (#16503) 2021-05-14 10:07:03 -07:00
Lachlan Miller f2ad12f043 Merge branch 'master' into develop 2021-05-13 23:35:10 +00:00
Lachlan Miller c9fb982ab1 feat(npm/webpack-preprocessor): WIP support webpack 5 alongside webpack 4 (#16493) (#16504)
* feat: support webpack 5 alongside webpack 5

* revert code
2021-05-14 09:34:34 +10:00
Adam Murray f708d45ec9 Merge branch 'master' into develop 2021-05-13 19:43:20 +00:00
Adam Murray ae33b5c449 fix: angular schematic readme update. add check to make sure e2e folder exists to avoid deletion error. (#16506)
* fix: add attribution. add check for e2e folder to fix error that shows when none present.

* doc: update attribution

* doc: remove extra <br /> tag

* doc: add link to plugins discussion

* chore: remove unused sem-ver dependency.
2021-05-13 15:42:40 -04:00
Zach Bloomquist 5889e9a296 fix(ui): improve "Routes" display for cy.intercept (#16456) 2021-05-13 16:37:45 +00:00
Lachlan Miller d37fa84d32 feat(npm/webpack-preprocessor): WIP support webpack 5 alongside webpack 4 (#16493)
* feat: support webpack 5 alongside webpack 5

* revert code
2021-05-14 01:58:45 +10:00
Jennifer Shehane a19009afee chore: Update package.json/readmes for npm packages to better find changelog (#16482) 2021-05-13 08:53:25 -05:00
Lachlan Miller bcd05862fc Merge branch 'master' into develop 2021-05-13 02:13:03 +00:00
Lachlan Miller 0cea625f35 feat: support webpack dev server v4 (#16414)
* feat: support webpack dev server v4

* simplify code

* add types
2021-05-13 12:12:29 +10:00
Lachlan Miller 4592df2190 fix(server-ct): support exclusive inline config (#16468)
* fix: reproduce issue

* better minimal repro

* use resolved values for component folder and test files

* use resolved values for testFiles and componentFolder

* make code style more uniform

* remove unused default value
2021-05-13 12:12:00 +10:00
semantic-release-bot 4577fdeed2 chore: release @cypress/schematic-v1.0.2
[skip ci]
@cypress/schematic-v1.0.2
2021-05-12 16:58:41 -04:00
Adam Murray 12ef3e89b7 Merge branch 'master' into develop 2021-05-12 20:45:18 +00:00
Adam Murray 9b7fc4659b fix: update schematic readme with examples (#16485)
* fix: remove unnecessary projectid

* doc: update readme with usage examples
2021-05-12 16:44:38 -04:00
Barthélémy Ledoux 0ded0418d6 test: make an example of mounting a storybook story (#16483)
* test: make a test for Collapsiblegroup

* chore: update @storybook/testing-react
2021-05-12 14:01:11 -04:00
semantic-release-bot 4180590145 chore: release @cypress/schematic-v1.0.1
[skip ci]
@cypress/schematic-v1.0.1
2021-05-12 12:19:59 -04:00
Barthélémy Ledoux 86338fc0a2 Merge branch 'master' into develop 2021-05-12 15:55:51 +00:00
Barthélémy Ledoux f8395a75a8 fix: configure the publish of @cypress/schematic (#16479) 2021-05-12 10:55:12 -05:00
renovate[bot] 012f2f0135 chore(deps): update dependency chokidar-cli to v2 🌟 (#16465)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-12 10:03:14 -05:00
semantic-release-bot 0539331728 chore: release @cypress/react-v5.7.0
[skip ci]
@cypress/react-v5.7.0
2021-05-12 04:21:07 -04:00
semantic-release-bot a98a4c5747 chore: release @cypress/schematic-v1.0.0
[skip ci]
@cypress/schematic-v1.0.0
2021-05-12 04:20:47 -04:00
Adam Murray baa3930dd1 Merge branch 'master' into develop 2021-05-12 03:59:23 +00:00
Adam Murray 3351aeaf2b fix: update angular schematic test and scripts. (#16466)
* fix: merge commit

* fix: remove jasmine. add mocha/chai. remove builder test for now. update tsconfig. update package json with main folder. remove package yarn.lock in favor of monorepo

* fix: restore filenames

* fix: add eslint ignore for compiled files

* fix: move eslintignore to root. add circle commands for schematic.

* fix: add master to releaserc. update test build scripts. update schematic test.
2021-05-11 23:58:51 -04:00
Adam Murray 468ac9cb7b Merge branch 'master' into develop 2021-05-12 01:04:46 +00:00
Adam Murray cac3685cac feat: add cypress schematic and builders for angular (#16449)
* fix: lint fixes. add .eslintrc

* Update eslint config

* fix: remove jasmine. add mocha/chai. remove builder test for now. update tsconfig. update package json with main folder. remove package yarn.lock in favor of monorepo

* fix: restore filenames

* fix: add eslint ignore for compiled files

* fix: move eslintignore to root. add circle commands for schematic.

* fix: upate file pattern for ignore

* fix: add angular/cli to build step

* fix: update working dir

* fix: add eslint

* fix: update polocy version to avoid eslint issue
2021-05-11 21:04:12 -04:00
Barthélémy Ledoux 4ba0c1a862 Merge branch 'master' into develop 2021-05-11 21:55:35 +00:00
Barthélémy Ledoux 811c7e3607 feat: allow to import/require files in CRA plugin out of src (#16453) 2021-05-11 16:54:59 -05:00
renovate[bot] 7d0e2223fc fix(deps): update dependency dependency-tree to v8 🌟 (#16464)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-11 16:10:09 -05:00
Zach Bloomquist 157e363a2d fix(cy.intercept): always wait for request before waiting for response (#16457) 2021-05-11 19:31:43 +00:00
Jennifer Shehane 82f0b0c941 chore: remove deprecated renovate config (#16396)
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
2021-05-11 07:44:36 -05:00
semantic-release-bot a8aa9d0680 chore: release @cypress/webpack-dev-server-v1.2.0
[skip ci]
@cypress/webpack-dev-server-v1.2.0
2021-05-11 00:38:22 -04:00
semantic-release-bot fe6f2618c1 chore: release @cypress/vue-v2.2.3
[skip ci]
@cypress/vue-v2.2.3
2021-05-11 00:38:04 -04:00
semantic-release-bot 81ff2ead64 chore: release @cypress/vite-dev-server-v1.2.7
[skip ci]
@cypress/vite-dev-server-v1.2.7
2021-05-11 00:37:46 -04:00
semantic-release-bot 44e7a41d7a chore: release @cypress/react-v5.6.0
[skip ci]
@cypress/react-v5.6.0
2021-05-11 00:37:29 -04:00
semantic-release-bot fa4330f55e chore: release @cypress/design-system-v1.4.0
[skip ci]
@cypress/design-system-v1.4.0
2021-05-11 00:37:11 -04:00
Lachlan Miller cf0fa0c93f Merge branch 'master' into develop 2021-05-11 04:03:11 +00:00
Lachlan Miller 7b242acbf6 fix: remove unnecessary dependency (#16412) 2021-05-11 14:02:34 +10:00
Lachlan Miller 116fe649d7 fix: encodeURI to correctly load specs with white space (#16416)
* fix: encodeURI to correctly load specs with white space

* fix the tests

* allow refresh page when spaes are in the path

Co-authored-by: ElevateBart <ledouxb@gmail.com>
Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
2021-05-11 11:01:07 +10:00
Chris Breiding 30d781fa2c release 7.3.0 [skip ci] v7.3.0 2021-05-10 19:36:39 -04:00
Chris Breiding 70bc98a790 Merge branch 'master' into develop 2021-05-10 19:23:43 -04:00
Mateusz Burzyński a534b17813 feat(intercept): support regexp matcher with middleware intercepts (#16390)
Co-authored-by: Zach Bloomquist <git@chary.us>
2021-05-10 22:15:39 +00:00
Minijus L 6bc7e7da0f fix: use 'ca' and 'cafile' npm config options for binary download (#8877)
Co-authored-by: Zach Bloomquist <github@chary.us>
2021-05-10 22:14:54 +00:00
Zach Panzarino ee69541353 fix: report studio usage to Dashboard (#16318) 2021-05-10 17:50:27 -04:00
renovate[bot] 52abd80eb9 fix(deps): update dependency url-parse to version 1.5.0 🌟 (#16408)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2021-05-10 21:06:43 +00:00
renovate[bot] 2f9095e3a1 chore(deps): update dependency registry-js to version 1.15.0 🌟 (#16409)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-10 21:05:38 +00:00
semantic-release-bot 049217455b chore: release create-cypress-tests-v1.1.1
[skip ci]
create-cypress-tests-v1.1.1
2021-05-10 16:11:40 -04:00
renovate[bot] 3e3b9dffc1 chore(deps): remove underscore and backbone as dev dependencies (#16407)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2021-05-10 14:30:08 -05:00
Tim Griesser 2b0add17de fix: AUT Redirect bug on form / anchor target (#16394)
Adds code to detect when a form submit or anchor tag target is set to _top / _parent, setting to '' to avoid redirecting the parent frame. Maintains behavior for target=_blank & target=_self, as these have no effect on test execution.
2021-05-10 14:06:52 -04:00