Commit Graph

13273 Commits

Author SHA1 Message Date
Zach Bloomquist fe4e11ec6e feat(cli): install pre-release binaries by computing binary URL from NPM URL (#8483) 2020-09-08 17:44:37 -04:00
Zach Bloomquist bec3a3cd00 fix(perf): use JS to animate command progress bars (#8522) 2020-09-08 16:35:32 -04:00
Zach Bloomquist cd22300cb5 feat(net-stubbing): add followRedirect to request interception (#8282) (#8524) 2020-09-08 13:11:35 -04:00
Chris Breiding 7706670caf fix: Fix querying shadow dom in cy.within (#8505) 2020-09-04 15:00:56 -04:00
Ben Kucera 8d5c75634e fix(driver): fix moveToStart/End, add tests (#8466)
Co-authored-by: KHeo <sainthkh@naver.com>
2020-09-02 16:16:48 -04:00
Ben Kucera 3fdfc3b453 chore(tests): [fix flake] bump percy network-idle-timeout to fix flaky missing css in snapshots (#8469) 2020-09-02 10:13:50 -04:00
Chris Breiding f184cea80f chore: Refactor config code (#8462) 2020-09-01 16:36:57 -04:00
Zach Bloomquist 36bc52ecc0 release 5.1.0 [skip ci] v5.1.0 2020-09-01 13:46:28 -04:00
Zach Bloomquist ad8822d3f1 fix(launcher): detect Firefox installed in AppData on Windows (#8460) 2020-09-01 10:08:29 -04:00
Ben Kucera 1ad9bd1d10 fix: error when spec code registers nested hooks (#8400) 2020-09-01 09:32:13 -04:00
Adam Stachowicz c0ab5c80ac chore: fix typo (#8452)
Addendum to https://github.com/cypress-io/cypress/commit/c37896089b23bd083c9fae5770ea638f87b0deb8 (https://github.com/cypress-io/cypress/pull/4176)
2020-08-31 14:26:59 -04:00
Kukhyeon Heo 15fdf12ae7 feat: can dispatch events with the type they want. (#8305)
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
2020-08-31 12:05:28 -04:00
Zach Bloomquist 2469473eb2 chore: rename experimental network stubbing (#8450) 2020-08-31 11:46:00 -04:00
Zach Bloomquist b448c16df8 fix(launcher): detect new Chrome 64-bit path on Windows (#8449) 2020-08-31 11:03:53 -04:00
Zach Bloomquist c37896089b feat(net-stubbing): experimental full network mocking support (#4176) 2020-08-31 09:41:47 -04:00
Zach Panzarino cc5aafcf7b fix: don't scaffold integration when using component tests (#8315)
* Don't scaffold integration when using component tests

* Update tests for removing integration scaffolding
2020-08-27 18:07:34 -04:00
renovate[bot] 032b869baf chore(deps): update dependency electron to version 9.2.1 🌟 (#8436)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-27 13:50:43 -04:00
Luke Page c8f4140da3 fix: remove offscreen mode from headless Electron windows (#8351) 2020-08-27 12:34:08 -04:00
Joseph Zidell 603ecb9b17 chore: Fixes type definitions (#8417) 2020-08-27 12:59:43 +06:30
Nick Bolles 12080dc205 fix: Add typing for specType field on spec method (#8256)
Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>
2020-08-27 12:52:58 +06:30
Jennifer Shehane 83fa4ceb18 fix: Add retries to test config types (#8408)
* Add retries to test config types

* Add type tests for retries in test options

* fix duplicated type

Co-authored-by: Ben Kucera <14625260+Bkucera@users.noreply.github.com>
2020-08-27 12:36:54 +06:30
Ben Kucera 3dbde654cd chore(tests): [internal] fix flake e2e screenshot spec (firefox) (#8424) 2020-08-27 11:59:27 +06:30
Jennifer Shehane eb28cff076 fix: Update error message for new error thrown when free plan limit exceeded (#8409) 2020-08-27 11:53:36 +06:30
Laís Tomaz 1d7abce555 fix: Throw error when assertion contains only one language chainer (#8105)
Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>
2020-08-26 12:46:16 +06:30
Chris Breiding 949448fad1 fix: Fix mjs file support (#8395) 2020-08-25 09:55:07 -04:00
renovate[bot] 2a2cad64ec fix(deps): update dependency command-exists to version 1.2.9 🌟 (#8388)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-25 12:03:17 +06:30
Chris Breiding 383fa22f10 fix: Resolve tsconfig.json for plugins file from the plugins directory (#8377) 2020-08-24 17:02:26 -04:00
Ben Kucera 96c8747c9a Merge pull request #8379 from cypress-io/fix-nested-hooks-error 2020-08-24 16:24:23 -04:00
Jennifer Shehane eac7859fcc fix: NO_PROXY env var no longer be respected over npm_config_noproxy env var (#8295)
Co-authored-by: Zach Bloomquist <github@chary.us>
2020-08-24 15:18:11 -04:00
renovate[bot] 0777f969f7 fix(deps): update dependency iconv-lite to version 0.6.2 🌟 (#8387)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-24 11:44:46 -04:00
Ben Kucera 2ee35a9681 fix require 2020-08-21 18:11:31 -04:00
Ben Kucera 6850de1bce rename fixture suite 2020-08-21 17:01:53 -04:00
Ben Kucera c6b095caa6 rename e2e -> issues test folder 2020-08-21 16:56:59 -04:00
Ben Kucera e8e29bdaee fix hanging on nested hook error 2020-08-21 16:40:43 -04:00
Gleb Bahmutov c338856bf8 chore: fix the after pack to wait while files are being copied (#8378) 2020-08-21 13:42:15 -04:00
renovate[bot] aed0e62e89 chore(deps): update dependency @reach/dialog to v0.10.5 (#8332)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2020-08-21 14:38:19 +06:30
renovate[bot] ace360279d chore(deps): update dependency @cypress/json-schemas to v5.35.0 (#8329)
* chore(deps): update dependency @cypress/json-schemas to v5.35.0

* test instance/new runs against schema

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2020-08-21 13:27:05 +06:30
renovate[bot] 2309d85e46 chore(deps): update dependency @cypress/webpack-preprocessor to v5.4.4 (#8330)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-21 13:06:49 +06:30
Chris Breiding 1fb7a880cb fix: Remove error message wrapping of Cypress.Blob return values (#8366) 2020-08-20 13:28:45 -04:00
renovate[bot] d5ed26ba85 chore(deps): update dependency @reach/visually-hidden to v0.10.4 (#8333)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-20 16:26:50 +06:30
Chris Breiding 6220a447dd release 5.0.0 [skip ci] v5.0.0 2020-08-19 11:58:32 -04:00
Ben Kucera 9a32d226bb fix(server): Fix 5.0 spec duration always reporting as 0ms (#8313) 2020-08-18 16:41:40 -04:00
Chris Breiding 4ca9ddc732 chore: Upgrade cypress-example-kitchensink to 1.12.0 (#8312) 2020-08-18 15:41:13 -04:00
Chris Breiding 46714c5758 fix: Fix getting parents/ancestors for shadow dom elements (#8106) 2020-08-18 10:47:52 -04:00
Ben Kucera 6370f2ef4c fix(runner): fix run result attempts array order [develop] (#8303) 2020-08-18 15:32:25 +06:30
Chris Breiding 093f3e7505 fix: Avoid looking up remote jquery instance if subject is not an element (#8300) 2020-08-17 12:59:55 -04:00
Matt Revell 2f835f7f15 fix: Add reporter options (#8217)
Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>
Co-authored-by: Brian Mann <brian.mann86@gmail.com>
Co-authored-by: Zach Bloomquist <github@chary.us>
Co-authored-by: Chris Breiding <chrisbreiding@gmail.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2020-08-17 14:16:40 +06:30
Zach Panzarino 4c8fb2fd5e fix: inline element with visibile child now is considered visible (#8130) 2020-08-17 11:30:57 +06:30
Gleb Bahmutov 9a32862144 put slash back 2020-08-15 19:11:41 -04:00
Gleb Bahmutov 2b4de67dfc try escape slash 2020-08-15 18:24:29 -04:00