Chris Breiding
c0cd9f78c3
fix: Prevent a couple warnings from being displayed in stdout ( #15828 )
2021-04-07 10:51:06 -04: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
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
Zach Bloomquist
51005b4ffa
chore: add docsUrl to intercept, task errors ( #15711 )
2021-04-02 17:47:09 +00:00
Jessica Sachs
4a228060a8
Merge remote-tracking branch 'origin' into 7.0-release
2021-04-02 12:52:49 -04:00
Ben Kucera
8ed9e99eac
feat: change default headless size to 1920x1080 ( #15686 )
2021-04-01 18:58:33 -04:00
Jessica Sachs
06fcc0b17a
Merge remote-tracking branch 'origin' into 7.0-release
2021-04-01 18:26:10 -04:00
Jessica Sachs
8d0829fb26
feat: adding electron support for cypress component testing ( #15731 )
2021-04-01 18:15:20 -04:00
Zach Bloomquist
ed0af3b4bb
fix: suppress EventEmitter warnings + other Node warnings in prod ( #15723 )
2021-04-01 20:18:05 +00:00
Ben Kucera
f0671102b2
chore: add testingType, initialLaunch to update check ( #15699 )
...
* add testingType, initialLaunch to update check
2021-04-01 13:11:11 -04:00
Ben Kucera
bf6368e51b
chore: add testingType to postRunRequest ( #15703 )
...
* add testingType to postRunRequest
2021-04-01 13:09:12 -04:00
vodlogic
b18c1d07e7
feat: Support application/xhtml content type of cy.visit() ( #15741 )
2021-04-01 15:38:55 +00:00
Jessica Sachs
e657481ff2
Merge branch 'develop' into 7.0-release
2021-03-31 18:00:24 -04:00
Barthélémy Ledoux
1ed434c463
Merge branch 'develop' into agg23/CTExperimentalDeprecation
2021-03-30 15:04:01 -05:00
Ben Kucera
37b906b58b
chore: x-cypress-request-attempt, x-cypress-run-id header ( #15685 )
2021-03-30 18:50:43 +00:00
Zach Bloomquist
371dce4b69
Merge branch 'develop' into 7.0-release
2021-03-30 14:01:29 -04:00
Lachlan Miller
e3f3db49be
Merge branch 'develop' into agg23/CTExperimentalDeprecation
2021-03-30 15:40:33 +10:00
Lachlan Miller
6f9e80a952
fix(server): bail out on close if server does not exist ( #15651 )
...
* fix: bail out on close if server does not exist
* add test
Co-authored-by: Zach Bloomquist <github@chary.us >
2021-03-30 10:33:20 +10:00
Jessica Sachs
3b69ccc283
break: removing the experimentalCypressComponentTesting flag
2021-03-29 15:29:59 -04:00
Adam Gastineau
2ce77aaa74
Fixed componentTestingEnabled vars
2021-03-29 11:45:49 -07:00
Adam Gastineau
fa780634ca
Removed experimentalComponentTesting flag
2021-03-29 10:47:52 -07:00
Zach Bloomquist
f6a5d1ea2e
feat: change cy.intercept override behavior ( #14543 )
2021-03-26 18:22:18 +00:00
Zach Bloomquist
491e6e2286
Merge branch 'develop' into 7.0-release
2021-03-26 16:15:31 +00:00
Dmitriy Kovalenko
eca2c9d166
fix(component-testing): Correctly exit process in run mode for compilation errors ( #15642 )
...
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com >
2021-03-25 15:16:21 +10:00
Zach Bloomquist
16e1577848
Merge remote-tracking branch 'origin/develop' into 7.0-release
2021-03-24 16:27:56 -07:00
Zach Panzarino
3700fe7271
feat: create new spec file from desktop-gui ( #15335 )
...
Co-authored-by: Zach Bloomquist <github@chary.us >
Co-authored-by: Zach Bloomquist <git@chary.us >
2021-03-23 12:20:34 -04:00
ElevateBart
2917fe3f68
refactor: properly use the dev server publicPaths
2021-03-22 11:20:05 -05:00
Lachlan Miller
43c8ae2a7c
feat: support ct/e2e specific overrides in cypress.json ( #15526 )
...
Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com >
2021-03-21 23:28:59 -04:00
Adam Gastineau
0b449fe058
Merge branch 'develop' into agg23/ESLintUpgrade
2021-03-18 09:47:55 -07:00
Adam Gastineau
82b1fead17
Removed some added lint exceptions
2021-03-18 06:21:16 -07:00
Ben Kucera
6abc245f91
fix: exception when recording with no tests in specfile ( #15517 )
2021-03-17 11:51:37 -04:00
Zach Bloomquist
fdcf4825b8
fix: enable contextIsolation by default in Electron ( #15493 )
2021-03-17 14:32:54 +00:00
Adam Gastineau
adbd21d417
chore: Updated to latest ESLint and updated corresponding plugins
2021-03-16 13:59:24 -07:00
Zach Bloomquist
8286c0bfb3
Merge remote-tracking branch 'origin/develop' into 7.0-release
2021-03-16 16:02:33 -04:00
Chris Breiding
237c426707
fix: Revert cypress.json changes ( #15499 )
2021-03-15 18:01:06 -04:00
Lachlan Miller
b8a360669d
feat: persist pane sizes and fix resizing bug ( #15480 )
2021-03-15 12:06:27 -04:00
Amir Rustamzadeh
b880e8c890
chore: refactor "test recordings" to "test results" ( #15376 )
...
Co-authored-by: Ben Kucera <14625260+Bkucera@users.noreply.github.com >
2021-03-15 11:31:51 -04:00
Ben Kucera
c0d063c7dd
feat: dashboard orchestration ( #14925 )
...
* test orchestration
* bump json-schemas
* fix unit
* fix server-ct build
* add @types/node
* add runtime to resolved config, send resolved config to postInstanceTests
* add missing fixture spec, support sending test config for skipped and proper title
* spec prior., refactor recording tests, update specs
* remove unneded utils, fix e2e_record_spec, rename testConfig, fix unit
* fix bug with spec SKIP not stopping test execution
* bump json-schemas
* bump json schemas 2
* refactor exit early and error logic, add runnerCapabilities + bump json schemas
* update yarn.lock
* fix referenceError
* fix: skipAction -> skipSpecAction, muteAction -> muteTestAction
* exit with non-zero for canceled runs, improve messaging for canceled runs
* fixup unit tests
* colorize run cancelation messages
2021-03-15 10:42:11 -04:00
Lachlan Miller
a94c9d5ef0
feat: support ct/e2e specific overrides in cypress.json ( #15444 )
...
Co-authored-by: ElevateBart <ledouxb@gmail.com >
Co-authored-by: Jessica Sachs <jess@jessicasachs.io >
2021-03-13 03:47:49 -05:00
Zach Bloomquist
20cd803ffd
Merge branch 'develop' into 7.0-release
2021-03-12 19:34:39 +00:00
Lachlan Miller
d291157f07
fix(runner-ct): open link in external browser ( #15420 )
...
* chore: refactor and improve type safety. Support target=blank
* chore: refactor navbar
* fix: launch docs link in external browser
Co-authored-by: Barthélémy Ledoux <bart@cypress.io >
2021-03-11 14:56:47 -06:00
renovate[bot]
b52ac98a69
feat(deps): update dependency electron to version 12.x 🌟 ( #15292 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Zach Bloomquist <git@chary.us >
2021-03-10 15:24:00 +00:00
Chris Breiding
c4497752d8
feat: Target modern ES with default preprocessor ( #15274 )
2021-03-10 10:01:05 -05:00
Jennifer Shehane
60ade97454
merg in develop
2021-03-06 11:13:23 -05:00
Peter Stakoun
d7c6f3a63a
feat: update reporter empty state and enable studio to add to root ( #15144 )
...
Co-authored-by: Zach Panzarino <zachary@panzarino.com >
2021-03-05 20:05:17 -05:00