Adam Gastineau
82b1fead17
Removed some added lint exceptions
2021-03-18 06:21:16 -07:00
Adam Gastineau
785017999b
Merge branch 'develop' into agg23/ESLintUpgrade
2021-03-17 06:36:03 -07:00
Dmitriy Kovalenko
3e9d7523eb
feat(@cypress/react): Support react-scripts v4 ( #15488 )
2021-03-16 17:34:03 -04:00
Adam Gastineau
adbd21d417
chore: Updated to latest ESLint and updated corresponding plugins
2021-03-16 13:59:24 -07:00
Barthélémy Ledoux
ed4bf545e7
build: rename releaserc.js into .releaserc.js ( #15406 )
...
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net >
2021-03-16 14:36:23 -04:00
Zach Bloomquist
a8b99171c9
chore: fix cypress scripts on windows ( #15492 )
...
Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com >
2021-03-16 15:25:03 +00:00
Zach Bloomquist
80149e6769
chore: fix create-cypress-tests building on windows ( #15501 )
2021-03-16 15:24:52 +00:00
Zach Panzarino
cb281d17e4
fix: studio icon displays properly on tests with long title ( #15415 )
2021-03-15 23:26:07 -04:00
Gleb Bahmutov
c56a16c1ea
chore: do not run Kitchensink on AppVeyor after building the binary ( #15500 )
2021-03-15 22:05:30 -04:00
Chris Breiding
666c5f84ee
Merge branch 'develop'
2021-03-15 20:30:30 -04:00
Chris Breiding
5e08c107dd
release 6.7.1 [skip ci]
v6.7.1
2021-03-15 20:29:42 -04:00
Chris Breiding
237c426707
fix: Revert cypress.json changes ( #15499 )
2021-03-15 18:01:06 -04:00
semantic-release-bot
0158158132
chore: release @cypress/webpack-dev-server-v1.1.0
...
[skip ci]
@cypress/webpack-dev-server-v1.1.0
2021-03-15 15:28:19 -04:00
semantic-release-bot
f42b485d81
chore: release @cypress/vue-v2.1.0
...
[skip ci]
@cypress/vue-v2.1.0
2021-03-15 15:28:04 -04:00
semantic-release-bot
066bc11758
chore: release @cypress/vite-dev-server-v1.1.0
...
[skip ci]
@cypress/vite-dev-server-v1.1.0
2021-03-15 15:27:50 -04:00
semantic-release-bot
a1a6c50ac2
chore: release @cypress/rollup-dev-server-v1.0.0
...
[skip ci]
@cypress/rollup-dev-server-v1.0.0
2021-03-15 15:27:31 -04:00
semantic-release-bot
7f0a42ae66
chore: release @cypress/react-v5.1.0
...
[skip ci]
@cypress/react-v5.1.0
2021-03-15 15:23:53 -04:00
semantic-release-bot
d3cdc4b7e4
chore: release @cypress/design-system-v1.0.0
...
[skip ci]
@cypress/design-system-v1.0.0
2021-03-15 15:23:31 -04:00
semantic-release-bot
d711978c53
chore: release create-cypress-tests-v1.0.0
...
[skip ci]
create-cypress-tests-v1.0.0
2021-03-15 15:18:16 -04:00
Chris Breiding
db6b00d8ca
fix actionability when element has scroll-behavior: smooth ( #15453 )
2021-03-15 14:56:58 -04:00
Chris Breiding
1491ab0d52
Merge branch 'develop'
2021-03-15 14:46:36 -04:00
Chris Breiding
9b77c4959b
release 6.7.0 [skip ci]
v6.7.0
2021-03-15 14:39:52 -04:00
Chris Breiding
155d11a8f2
chore: add test retries to desktop-gui
2021-03-15 12:45:03 -04:00
Chris Breiding
31da9585c0
chore: move appveyor kitchensink tests to after build
2021-03-15 12:41:04 -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
Amir Rustamzadeh
614c40955c
fix(ci): rwa type check when testing against staging ( #15473 )
...
* chore: run tests against rwa in current branch
- update rwa testing job to use yarn
* fix(ci): install cypress binary w/ yarn when yarn.lock present
* fix(ci): fix command formatting
* fix(ci): ensure proper cypress installation
* fix(ci): remove yarn adding of cypress binary
* fix(ci): clean type check command
* fix(ci): add param for conditionally running project builds
* fix(ci): created dedicated command for testing against RWA
* fix(ci): revert cypress binary install command for normal repos
* fix(ci): add back folder param
* fix(ci): change rwa start script
* fix(ci): set CI env var to appease CRA
* fix(ci): remove server timeout for testing
* fix(ci): more power
* chore(ci): remove debugging branch from filters
2021-03-14 21:50:26 -04:00
Amir Rustamzadeh
ae8da0f60d
fix(ci): check for yarn before running type and build scripts ( #15472 )
...
* fix(ci): check for yarn before running type and build scripts
* fix(ci): fix command formatting
2021-03-14 14:54:27 -04:00
github-actions[bot]
ef1b02d955
chore: merge master ( a37ab762f) into develop ( #15412 )
...
Co-authored-by: Barthélémy Ledoux <bart@cypress.io >
Co-authored-by: ElevateBart <ledouxb@gmail.com >
Co-authored-by: Jessica Sachs <jess@jessicasachs.io >
2021-03-13 04:59:21 -05: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
Amir Rustamzadeh
2871b19f62
fix(ci): use yarn for example repo dep installs ( #15462 )
2021-03-12 18:49:05 -05:00
Jessica Sachs
35dde75356
fix: removing test for previous undesireable behavior ( #15458 )
2021-03-12 17:58:43 -05:00
Barthélémy Ledoux
66d2bd75ea
fix(component-testing): wait for iframe to exist to start testing ( #15354 )
...
* fix: wait for iframe to exist to start testing
* add comment
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com >
2021-03-12 11:14:05 -06:00
Barthélémy Ledoux
f6652ce2f4
build: fix watch mode ( #15439 )
2021-03-11 17:17:29 -06: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
Lachlan Miller
af921f6a5c
fix: default aut scale to 1 ( #15422 )
2021-03-11 10:02:33 -06:00
Zach Panzarino
a450ca3cac
fix: verify relative path for no specs message ( #15414 )
2021-03-10 19:21:10 -05:00
Lachlan Miller
a67303ed6c
fix(runner-ct): correctly scale runner-ct when spec list is hidden ( #15389 )
...
* fix: correctly scale runner-ct when spec list is hidden
* chore: props.state -> state
Co-authored-by: Barthélémy Ledoux <bart@cypress.io >
* chore: adding a debounce to make window resizing smoother
* manual merge
Co-authored-by: Barthélémy Ledoux <bart@cypress.io >
Co-authored-by: Jessica Sachs <jess@jessicasachs.io >
2021-03-10 18:23:04 -05:00
semantic-release-bot
07b235dbe9
chore: release @cypress/webpack-dev-server-v1.0.4
...
[skip ci]
@cypress/webpack-dev-server-v1.0.4
2021-03-10 16:39:44 -05:00
semantic-release-bot
40930312ac
chore: release @cypress/vue-v2.0.2
...
[skip ci]
@cypress/vue-v2.0.2
2021-03-10 16:39:30 -05:00
semantic-release-bot
0cfb9bb72a
chore: release @cypress/vite-dev-server-v1.0.2
...
[skip ci]
@cypress/vite-dev-server-v1.0.2
2021-03-10 16:39:16 -05:00
Barthélémy Ledoux
a37ab762fa
ci: run vite tests in ci ( #15411 )
2021-03-10 15:20:39 -06:00
Jessica Sachs
4542e40bf8
chore: should hide reporter when theres no spec selected ( #15404 )
2021-03-10 15:53:34 -05:00
Barthélémy Ledoux
1ce57554e2
fix: trigger release of the packages ( #15405 )
2021-03-10 15:11:14 -05:00
Barthélémy Ledoux
dc37b9518c
build: release react on next/npm/react with next ( #15403 )
2021-03-10 14:35:24 -05:00
Barthélémy Ledoux
5fd91bde01
chore: deliver npm modules ( #15398 )
...
* fix: deliver webpack-dev-server new architecture
* fix: make vite-dev-server work
* fix: deliver react and vite-dev-server
* fix: deliver the vue2 package too
* fix: rollback react changes published to next
2021-03-10 12:40:59 -06:00
Kukhyeon Heo
f7de1ce63f
fix: customized assertion message is shown with have.length assertion. ( #14982 )
...
Co-authored-by: Chris Breiding <chrisbreiding@gmail.com >
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com >
2021-03-10 11:59:30 -05:00
Lachlan Miller
153fc515a5
fix(component-testing): ensure to call unmount after each test ( #15385 )
...
* fix: ensure to call unmount after each test
* fix: do not append beforeEach
* fix: add hook
* chore: move unmount hook into npm/react
* chore: resolve conflicts
* chore: fix tests
Co-authored-by: Barthélémy Ledoux <bart@cypress.io >
2021-03-11 02:07:49 +10:00
Barthélémy Ledoux
e84c99525c
fix: allow users to see the spec list on run ( #15382 )
...
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com >
2021-03-10 14:20:01 +10:00