Commit Graph

3481 Commits

Author SHA1 Message Date
Kukhyeon Heo d2dfc30ea2 fix: cy.type() should not change the value attr of button-like inputs. (#16154) 2021-04-26 12:52:57 -05:00
Zach Bloomquist 338d702632 fix: properly detect cy.intercept(url, routeMatcher, handler) overload (#16167) 2021-04-26 16:42:02 +00:00
Zach Bloomquist a1f2464bbe fix: consider multiple routes when looking for aliases (#16180) 2021-04-26 14:26:31 +00:00
Zach Bloomquist 48fe3fb5b2 fix: pass contextIsolation: true (#16165) 2021-04-23 21:19:04 +00:00
Zach Bloomquist c503c0beb3 chore: fix failing "should handle aborted requests" test (#16170) 2021-04-23 16:52:56 +00:00
Manuel Abascal 585c36239a feat(issue-3741): added keyboard support for folder (#15648)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2021-04-23 08:12:01 -05:00
Lachlan Miller 4cfe4b1971 fix(webpack-dev-server): remove hard dependency on html-webpack-plugin v4 (#16108)
* update webpack-dev-server to support html-webpack-plugin 4 and 5

* add nextjs example

* update env

* chore: comment out nextjs webpack 5 example

* use ts-ignore instead of 'ts-expect-error'

* lock file

* chore: update dependencies

Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
2021-04-23 13:47:05 +10:00
Zach Bloomquist 7b55863b74 chore(deps): downgrade electron to v12.0.0-beta.14 (#16113)
Fixes (avoids?) #15853

Electron v12.0.0-beta.16 and above contain an unknown bug causing a major slowdown when video recording is enabled. For now maybe we can downgrade Electron to this last known good version, v12.0.0-beta.14
2021-04-22 19:20:28 +00:00
Gleb Bahmutov a7028352c6 fix: do not treat utf8 requests as binary (#15946)
Co-authored-by: Zach Bloomquist <github@chary.us>
Co-authored-by: Zach Bloomquist <git@chary.us>
2021-04-22 16:47:29 +00:00
Tim Griesser 07d7e24a3f chore: Improve CI build time by caching node_modules (#16115)
Improves the CI time by caching node_modules in a way that they can be re-used between CI runs if any items that would influence the node_modules have not changed (yarn.lock, {dev,peer}dependencies, *.patch files)
2021-04-21 13:56:32 -04:00
renovate[bot] 33d8568f98 fix(deps): update dependency systeminformation to version 5.6.4 🌟 (#15819)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-21 10:19:26 -05:00
Lachlan Miller 10b89f8d58 fix(component-testing): correct imports for relative paths in cypress.json (#16056) 2021-04-21 05:13:25 -07:00
Adam Gastineau 6a32ee325b Fixed missing SearchInput and improved SpecList scrolling (#16090)
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-04-21 13:30:00 +10:00
Adam Gastineau 9c81bcc690 chore: Design System Cleanup (#16077) 2021-04-20 10:42:55 -07:00
Ben Kucera 738193f450 fix flaky e2e record passes test (#16043) 2021-04-19 12:51:43 -04:00
Emil Goldsmith Olesen 59d1d84d2c chore: switch lolex to new name @sinonjs/fake-timers (#15595)
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
2021-04-19 10:45:04 -04:00
Ben Kucera 04e854eaa6 fix starting cdp screencast when video:false (#15985) 2021-04-16 16:02:42 -04:00
renovate[bot] ea375ba7da fix(deps): update dependency ansi_up to version 5.x 🌟 (#15440)
* fix(deps): update ansi_up to 5.0.0 🌟

* bump yarn install timeout for build job

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ben Kucera <14625260+Bkucera@users.noreply.github.com>
2021-04-16 16:00:17 -04:00
Barthélémy Ledoux 6c12a6c7b7 fix: run-ct does not hang on windows anymore (#16022) 2021-04-16 10:34:14 -05:00
Chris Breiding 0a63455174 fix: Prevent null snapshots from being stored and causing errors (#16015) 2021-04-15 13:44:54 -04:00
Dan Kirkham 7b44fae903 fix: Prevent selecting an option in a disabled fieldset (#15682)
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
2021-04-14 15:44:38 -04:00
Adam Gastineau 8eaf4b478b feat: Design System Setup (#15776) 2021-04-14 07:03:36 -07:00
Zach Panzarino a4df991a8a fix: update copy and icons on runs tab (#15790) 2021-04-13 17:26:06 -04:00
Emil Goldsmith Olesen 2390741e12 chore: Upgrade lodash types (#15860) 2021-04-13 17:41:03 +00:00
Chris Breiding 59cc69e690 fix(tests): Fix server integration test (#15948) 2021-04-13 11:22:49 -04:00
Chris Breiding b53f04e4f7 feat: Fire run events in interactive mode (#15787) 2021-04-12 14:43:19 -04:00
Zach Bloomquist dde2f22635 fix: prevent stubbed cy.intercepts from reaching server (#15942) 2021-04-12 18:19:44 +00:00
Zach Bloomquist 86ffe2062b fix: don't pass invalid signal to subprocess.exit on crash (#15944) 2021-04-12 17:42:02 +00:00
Barthélémy Ledoux 602c762cfd fix: make component testing windows compatible (#15889) 2021-04-10 10:52:10 -05:00
Guillaume Chau a5bb2e0764 fix(component testing): default config values (#15902)
Co-authored-by: Jessica Sachs <jess@jessicasachs.io>
2021-04-09 12:45:44 -04:00
Lachlan Miller e8dbffedd6 fix: do not hard-code chrome for interactive e2e (#15837)
* fix: do not hard-code chrome for interactive e2e

* chore: fix typo
2021-04-08 12:04:40 +10:00
Chris Breiding c0cd9f78c3 fix: Prevent a couple warnings from being displayed in stdout (#15828) 2021-04-07 10:51:06 -04:00
Brian Mann 065446f64f fix: make "New Spec File" a button link style (#15835) 2021-04-07 08:58:51 -04:00
Dmitriy Kovalenko d32076be07 chore(component-testing): Show a hint if no specs were found in the list (#15696)
* Implement no specs found message

* Take care of config.projectRoot

* Update packages/runner-ct/src/app/RunnerCt.tsx

* Remove useless code

Co-authored-by: Adam Gastineau <adamg@cypress.io>
Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-04-07 14:35:03 +10:00
Jessica Sachs f888625f49 fix(runner-ct): fixing an exception and styling (#15833)
* patch: fixing an exception and styling

* reduce icon margin a bit more

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-04-07 11:31:24 +10:00
Barthélémy Ledoux 702a1526dc fix: make the z-index of file opener over the reporter (#15831) 2021-04-07 10:32:17 +10:00
Brian Mann 3ddd85237c fix: checked-for-updates event properly sends, and update banner is displayed (#15830) 2021-04-06 19:20:03 -04:00
Zach Bloomquist 1e0602221e fix: pass disable-dev-shm-usage flag to Electron (#15825) 2021-04-06 16:07:45 -04:00
Zach Bloomquist a962137496 fix: only log process.emitWarning outside of production (#15817) 2021-04-06 17:50:30 +00:00
Adam Gastineau 0ca53c783d chore: TypeScript 4.2.3 (#15646) 2021-04-06 08:21:21 -07:00
Chris Breiding 8b7ef269c5 Merge branch 'develop' into 7.0-release 2021-04-05 14:05:06 -04:00
Chris Breiding 1eb32cd1a0 fix: restore previous electron window size in interactive mode (#15789) 2021-04-05 12:44:27 -04:00
Zach Bloomquist 9360ae12e4 fix: don't wrap errors thrown by cy.intercept req/res handlers (#15769) 2021-04-05 15:25:56 +00:00
Jessica Sachs e4f5bb7181 fix: switching to use chrome as default in open mode to avoid element explorer issue (#15777) 2021-04-02 18:43:01 -04:00
Jennifer Shehane 358628f3b3 chore: Turn on test retries in run mode for other packages (#15714)
Co-authored-by: Zach Panzarino <zachary@panzarino.com>
2021-04-02 14:02:42 -04:00
Zach Bloomquist 51005b4ffa chore: add docsUrl to intercept, task errors (#15711) 2021-04-02 17:47:09 +00:00
Jessica Sachs 8e2a9799f7 chore: missing babel dependency 2021-04-02 13:03:00 -04:00
Jessica Sachs 4a228060a8 Merge remote-tracking branch 'origin' into 7.0-release 2021-04-02 12:52:49 -04:00
Jessica Sachs 6182ae6ec9 chore(tests): fixing flaky tests for studio with snapshots (#15768) 2021-04-02 12:28:56 -04:00
Zach Bloomquist 5a3f5188fd chore(deps): electron@12.0.2 (#15766) 2021-04-02 15:43:36 +00:00