Commit Graph

3536 Commits

Author SHA1 Message Date
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
Ben Kucera
bcf0c2e23c fix: only dedupe video recording frames for webminput (firefox) (#16649) 2021-05-24 17:11:32 +00:00
Kukhyeon Heo
c2588798a0 fix: can send FormData with File. (#16576) 2021-05-24 10:07:44 -04: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
Lachlan Miller
25f59d1353 fix(runner-ct): viewport scaling during screenshots (#16543)
* fix: correctly scale viewport

* correct height

* consider max width

* update tests

* remove unneeded css

Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
2021-05-20 11:09:15 +10:00
Lachlan Miller
ef1d4ee0e1 chore: do not remove fixtures until project is closed (#16586) 2021-05-19 16:09:08 +00:00
Kukhyeon Heo
8700ecf39b fix: can send binary data with cy.request. (#15931) 2021-05-17 21:01:49 +00:00
Zach Panzarino
ae556153d8 fix: properly generate source map path to files outside project root (#16533) 2021-05-17 13:54:09 -04:00
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
Zach Bloomquist
5889e9a296 fix(ui): improve "Routes" display for cy.intercept (#16456) 2021-05-13 16:37:45 +00: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
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
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
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
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
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
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
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
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
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
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
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
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
Gleb Bahmutov
bdde38dbac fix: use close event when asking the browser for its version (#16312) 2021-05-05 11:18:46 -05:00
Jennifer Shehane
41d3d50822 fix: Correctly handle if cb is undefined in wrapChildPromise (#16277) 2021-05-04 13:49:14 -05:00
Adam Gastineau
a73adf2b49 feat(design-system): SpecList - FileTree - VirtualizedTree (#16179) 2021-05-03 15:42:38 -07:00
Chris Breiding
5c45311533 fix: Ensure binary request body is not mutated by cy.intercept (#16306) 2021-05-03 17:47:56 -04:00
Zach Bloomquist
64d2d22c8c chore: run driver, runner tests in electron (#16208) 2021-05-03 15:55:09 -05:00
Ben Kucera
b2ccd4d07c chore(ci): fix missing percy snapshots (#16240) 2021-04-30 16:47:45 -04:00
Lachlan Miller
5318790828 fix(desktop-gui): correctly display component and e2e config values (#16282) 2021-04-30 13:03:42 -05:00
Kukhyeon Heo
439bbfd88b fix: cy.log only shows the first 2 args. (#16242) 2021-04-29 14:10:05 -05:00
Kukhyeon Heo
61aa287c45 fix: does not show more than one .should('contain') assertion when chained after .should('be.visible') (#16218) 2021-04-29 09:43:49 -05:00
Gleb Bahmutov
14f72a3624 feat: add separate cypress:server:info log source (#16238) 2021-04-28 13:15:56 -05:00