Commit Graph

15461 Commits

Author SHA1 Message Date
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
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
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
811c7e3607 feat: allow to import/require files in CRA plugin out of src (#16453) 2021-05-11 16:54:59 -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
7b242acbf6 fix: remove unnecessary dependency (#16412) 2021-05-11 14:02:34 +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
renovate[bot]
d10694aa8e fix(deps): update lodash to 4.17.21 🌟 (#16406)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-10 11:22:29 -05:00
Jennifer Shehane
12fef3ae18 fix: change binary of VS Code editor found on windows to match default install (#16355) 2021-05-10 10:28:23 -05:00
Adam Gastineau
55a446c363 fix: Properly retry fuzzy search test commands (#16423) 2021-05-10 08:10:24 -07:00
Kukhyeon Heo
5b9d84274b fix: cy.intercept adds access-control-expose-headers for cors requests (#16415) 2021-05-10 13:54:42 +00:00
Zach Bloomquist
4c44944631 feat(cy.intercept): add times option to RouteMatcher (#14513) 2021-05-10 13:48:56 +00:00
Jennifer Shehane
61fd6c47cd remove unused deps from webpack-preprocessor (#16384)
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-05-10 17:37:12 +10:00
Lachlan Miller
14c22929ba feat: exclude html pwa plugin in webpack dev server (#16388)
Co-authored-by: Adam Gastineau <adamg@cypress.io>
2021-05-10 16:14:03 +10:00
Zach Bloomquist
1e7a3faa4c fix(ui): display duplicate aliases in command log (#16382)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2021-05-07 18:06:56 +00:00
Zach Bloomquist
20f00f07c5 fix(ui): show req stub/fn when a handler is supplied (#16383) 2021-05-07 18:06:14 +00:00
Adam Gastineau
b8527a2a7f feat(component-testing): Expose CT through CLI module API (#16368)
* Added testingType CLI module option

* Removed isComponentTesting custom arg and replaced with testingType

* Added default value to docstring

* Removed mutating of args

* Added Module API manual testing docs
2021-05-07 12:44:15 -04:00
Tim Griesser
3f31f09448 fix: XHR event listener AUT redirect bug (#15995)
Fixes incorrect redirect when location.href is set to a relative path within the call stack of an XHR event handler, which set the user's AUT to /__/ rather than the correct path
2021-05-07 12:21:56 -04:00
Makoto Tateno
88019b5d9f chore: fix typo (#16345)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2021-05-07 10:58:39 -05:00
Adam Gastineau
4aeefd7a1d chore(design-system): Added missing exports and index.ts (#16351) 2021-05-07 08:17:15 -07:00
Jennifer Shehane
413a197482 chore: Remove extra renovate.json file (#16385) 2021-05-07 08:17:08 -05:00
Jennifer Shehane
c340befb5a Do not print 'uploading' stdout when --quiet mode is passed (#16271) 2021-05-06 17:24:52 -05:00
renovate[bot]
a929e4edeb fix(deps): update dependency color-string to version 1.5.5 🌟 (#16362)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2021-05-06 16:32:56 -05:00
Barthélémy Ledoux
a0d8cfe9ae Merge branch 'master' into develop 2021-05-06 20:06:43 +00:00
Barthélémy Ledoux
1baa5ff454 Merge pull request #16374 from cypress-io/fix/create-cypress-tests 2021-05-06 15:05:59 -05:00
renovate[bot]
38ab170fea fix(deps): update dependency cypress-real-events to version 1.4.0 🌟 (#16363)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-06 14:48:39 -05:00
Barthélémy Ledoux
9cb3490e11 Merge branch 'master' into fix/create-cypress-tests 2021-05-06 11:41:12 -05:00
ElevateBart
60e38c16e5 tests: use the proper keys for selecting framework 2021-05-06 11:02:57 -05:00
Adam Gastineau
a15c455b00 fix: Prevent Firefox from opening custom search when pressing / (#16372) 2021-05-06 07:58:21 -07:00
Zach Bloomquist
8f68d4e662 fix(socket): update serialization for circular binary socket messages (#16311) 2021-05-05 20:09:46 +00:00
ElevateBart
89f1bb9bc6 fix: vueCli and webpack key vue@2 fix when guessing 2021-05-05 14:57:26 -05:00
ElevateBart
9dbb847ff9 tests: update snapshots 2021-05-05 14:49:42 -05:00
ElevateBart
9c12ee6d84 fix: add return config for vueCli and vueWebpack 2021-05-05 14:49:28 -05:00
renovate[bot]
9b75852151 chore(deps): update dependency classnames to version 2.3.1 🌟 (#8337)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2021-05-05 14:35:39 -05:00
ElevateBart
69d9de581a fix: add return config for vitejs templates 2021-05-05 13:42:26 -05:00
Barthélémy Ledoux
ece214d8ba Merge pull request #16350 from cypress-io/14da148829-master-into-develop 2021-05-05 13:04:07 -05:00