Zach Bloomquist
bbcadf88c5
release 6.0.0 [skip ci]
v6.0.0
2020-11-23 19:45:23 -05:00
Zach Bloomquist
ce73743f09
chore: Upgrade cypress-example-kitchensink to 1.13.0 ( #9294 )
2020-11-23 18:37:06 -05:00
Zach Bloomquist
fb71b65489
Merge pull request #9286 from cypress-io/88e332c53-master-into-develop
2020-11-23 16:07:47 -05:00
Zach Bloomquist
f43f1c1f26
fix(net-stubbing): fix empty array stubs getting merged with real response ( #9289 )
2020-11-23 15:59:48 -05:00
Jessica Sachs
8956fb7ac5
Merge remote-tracking branch 'origin' into 88e332c53-master-into-develop
2020-11-23 15:03:36 -05:00
Jeremy Dorne
2d5b74fb8c
fix(route2): Fix content-length for route2 intercepts ( #9224 )
2020-11-23 14:06:04 -05:00
Dmitriy Kovalenko
88e332c530
fix: cypress/react release process ( #9284 )
...
kitchen sink will be broken until 6.0 is finished.
2020-11-23 13:59:31 -05:00
Zach Bloomquist
6c0154ce8e
feat(net-stubbing): rename cy.http to cy.intercept ( #9283 )
...
Co-authored-by: Jennifer Shehane <jennifer@cypress.io >
2020-11-23 13:52:28 -05:00
Jennifer Shehane
679d85e512
chore: Add deprecated warnings to cy.route() and cy.server() in types ( #9241 )
...
Co-authored-by: Zach Bloomquist <github@chary.us >
2020-11-23 12:30:06 -05:00
Zach Bloomquist
0d5b932f41
feat(types): have cy.wait(alias) yield new Request type ( #9266 )
...
Co-authored-by: Jennifer Shehane <jennifer@cypress.io >
2020-11-23 12:21:12 -05:00
Zach Bloomquist
6ee7a9c27e
feat(net-stubbing): automatically parse JSON req/res bodies ( #9280 )
2020-11-23 11:42:11 -05:00
Kukhyeon Heo
8b78af399a
chore: Fix Response type. ( #9275 )
2020-11-23 09:27:07 -05:00
Gleb Bahmutov
6a42af33d9
feat(cli): add --component to the version command ( #9248 )
2020-11-23 08:13:23 -05:00
Jennifer Shehane
91b900958b
Merge pull request #9260 from cypress-io/7ade62f78-master-into-develop
...
chore: merge master - 7ade62f78 into develop
2020-11-23 06:37:10 +06:30
renovate[bot]
2207bb105e
feat(deps): update dependency electron to version 11.0.2 🌟 ( #9222 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Zach Bloomquist <github@chary.us >
2020-11-20 18:58:55 -05:00
Ben Kucera
8fb3ad9767
fix: prevent cy.type from losing focus from element on blur ( #9254 )
2020-11-20 12:13:46 -05:00
Jennifer Shehane
7ade62f78f
chore: Update assertion to be more explicit about element existence ( #9258 )
2020-11-20 22:01:57 +06:30
Ben Kucera
9f3528d1d9
fix: negated assertions passing w/o existence check ( #9239 )
...
Co-authored-by: Jennifer Shehane <jennifer@cypress.io >
2020-11-20 14:42:21 +06:30
Jennifer Shehane
40dd31102c
feat: Add option to --disable-dev-shm-usage by default in Chrome ( #9242 )
2020-11-19 22:22:28 +06:30
Jennifer Shehane
c12347dc9c
Merge pull request #8437 from cypress-io/v6.0-release
2020-11-18 09:52:41 +06:30
Jennifer Shehane
bb0d98d3c6
Merge branch 'develop' into v6.0-release
2020-11-17 22:38:39 +06:30
Zach Bloomquist
3fec100397
feat: deprecate cy.route(), remove experimentalNetworkStubbing flag ( #9185 )
...
Co-authored-by: Jennifer Shehane <jennifer@cypress.io >
2020-11-17 10:56:19 -05:00
Kukhyeon Heo
c38527359d
feat: Allow type() and click() to select an element inside contenteditable. ( #9066 )
...
Co-authored-by: Ben Kucera <14625260+Bkucera@users.noreply.github.com >
2020-11-17 01:32:14 -05:00
Gleb Bahmutov
b08817bd86
chore(ci): increase Mac code signing CI limit to 45 minutes ( #9217 )
2020-11-16 15:12:05 -05:00
Gleb Bahmutov
84d1afd27d
feat: print bundled Node and Electron versions in cypress version ( #9183 )
2020-11-16 13:17:24 -05:00
Mo
470c69ec5a
feat: include warning when running with invalid config ( #9088 )
...
Co-authored-by: Jennifer Shehane <jennifer@cypress.io >
2020-11-16 15:09:34 +06:30
Martin Staffa
d5eadc23ae
docs(contributing.md): remove "Testing" toc entry ( #9198 )
...
The Committing > Testing section was removed in 5842d1dffe
2020-11-16 08:53:43 +06:30
Gleb Bahmutov
1cbd8014c0
fix: prevent crash when selected spec is undefined ( #9160 )
2020-11-14 16:24:48 +06:30
Jennifer Shehane
e2a5de0104
Merge branch 'develop' into v6.0-release
2020-11-14 14:23:50 +06:30
Zach Bloomquist
3d0d1d89de
feat(net-stubbing): rename cy.route2 to cy.http ( #9182 )
...
Co-authored-by: Jennifer Shehane <jennifer@cypress.io >
2020-11-14 14:22:21 +06:30
Zach Bloomquist
cc0a80ffb8
chore(ci): build v6.0-release branch like develop ( #9161 )
2020-11-12 11:17:43 +06:30
Zach Panzarino
42a0a67c77
build: fail tests when the conditional CI script errors ( #9141 )
...
* fail tests if ci script fails
* exit with nonzero exit code on uncaught exeptions
* move check halt out of yarn so it doesn't check node version
* rename check halt to check conditional ci
2020-11-10 12:46:59 -05:00
semantic-release-bot
639dc7ef21
chore: release @cypress/webpack-preprocessor-v5.4.11
...
[skip ci]
@cypress/webpack-preprocessor-v5.4.11
2020-11-10 01:07:55 -05:00
semantic-release-bot
bf22297f74
chore: release @cypress/vue-v1.0.1-alpha.7
...
[skip ci]
@cypress/vue-v1.0.1-alpha.7
2020-11-10 01:07:37 -05:00
semantic-release-bot
507e88dc87
chore: release @cypress/react-v4.15.15
...
[skip ci]
@cypress/react-v4.15.15
2020-11-10 01:07:19 -05:00
Jennifer Shehane
8a4b0d0552
chore: Remove unused devDeps in vue ( #9085 )
...
Co-authored-by: ElevateBart <ledouxb@gmail.com >
2020-11-10 12:15:18 +06:30
Chris Breiding
36a4289a98
release 5.6.0 [skip ci]
v5.6.0
2020-11-09 16:19:26 -05:00
Chris Breiding
659a664620
chore: Bump circle macos xcode to 11.3.1 with node 13.6.0 ( #9139 )
2020-11-09 15:09:25 -05:00
Dmitriy Kovalenko
1a43f3af62
chore: Create webpack5 release channel for webpack prepocessor ( #9133 )
2020-11-09 12:46:55 -05:00
Kukhyeon Heo
849f3821d8
feat: Support shortcut syntax in cy.type() ( #8499 )
...
Co-authored-by: Ben Kucera <14625260+Bkucera@users.noreply.github.com >
2020-11-09 12:44:43 -05:00
Chris Breiding
82d2968e17
fix: Handle non-error empty objects from release notes service ( #9134 )
2020-11-09 11:11:19 -05:00
Ben Kucera
5198a866bd
fix: only modify js on AUT domain in proxy ( #9018 )
2020-11-09 09:57:31 -05:00
Mo
dae76a8ec0
fix: XHR stub error if response json has number/boolean ( #9107 )
...
Co-authored-by: Jennifer Shehane <jennifer@cypress.io >
2020-11-09 13:14:07 +06:30
Jennifer Shehane
db85c3ac48
Mention discussions in our issue templates [skip ci]
2020-11-09 10:46:04 +06:30
Jennifer Shehane
5ed66690db
Merge branch 'develop' into v6.0-release
2020-11-06 11:55:06 +06:30
Gleb Bahmutov
1c2a17560b
fix: do not assume valid file info in error stack line ( #9081 )
2020-11-05 14:57:51 -05:00
Jennifer Shehane
e58f132209
Add more percy snapshots throughout Desktop GUI tests ( #9087 )
2020-11-04 23:53:44 +06:30
Mateusz Burzyński
f498b0add1
fix(route2): fixed the issue with not being able to await a request body when providing static response stub ( #9059 )
2020-11-04 10:53:30 -05:00
Dmitriy Kovalenko
9b969df86b
Do not use branch name in the yarn cache key ( #8937 )
2020-11-04 14:46:53 +02:00
renovate[bot]
26e70f5b56
fix(deps): update dependency semver to version .x 🌟 ( #9071 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-11-04 10:12:14 +06:30