Commit Graph

14943 Commits

Author SHA1 Message Date
Jennifer Shehane a529ffe5e4 feat(breaking): Drop support for Node 10; Require Node 12+ (#15165)
Co-authored-by: Zach Bloomquist <github@chary.us>
Co-authored-by: Zach Bloomquist <git@chary.us>
2021-02-28 08:30:40 -05:00
Jennifer Shehane 55659a58c7 Merge branch 'develop' into 7.0-release
# Conflicts:
#	yarn.lock
2021-02-27 09:57:50 -05:00
Dmitriy Kovalenko 6b515c777c fix(@cypress/react): Correctly unmount react components (#15250) 2021-02-26 21:58:27 +02:00
Lachlan Miller 6f02719511 feat: rollup-dev-server for CT (#15215) 2021-02-26 00:37:44 -05:00
Kukhyeon Heo 53f22b080f feat: cy.submit validates inputs before sending data. (#14965)
Co-authored-by: Chris Breiding <chrisbreiding@gmail.com>
2021-02-25 16:49:27 -05:00
Jessica Sachs 23c5486b40 chore: fixing warnings in build due to specs being untyped (#15226) 2021-02-25 16:00:31 -05:00
Jennifer Shehane 14543e77d5 Merge branch 'develop' into 7.0-release
# Conflicts:
#	yarn.lock
2021-02-25 15:24:31 -05:00
Jessica Sachs f52d6e4ee1 feat: initial infrastructure for design-system (#15211) 2021-02-25 12:28:51 -05:00
Barthélémy Ledoux bb55be005a Merge branch 'master' into develop 2021-02-25 17:14:22 +00:00
Barthélémy Ledoux 261b0b97b4 build: CD waits for webpack-dev-server tests (#15148)
* build: CD waits tests f/ vite & webpack-dev-server

* fix: wait for build to complete before test

* fix: disable failing vite tests

* fix: remove failing vite tests from the ci
2021-02-25 11:13:42 -06:00
Barthélémy Ledoux aae4872305 build: use rollup to pack cypress/vue (#15210)
* build: use rollup to pack cypress/vue

* fix: remove unnecessary json plugin
2021-02-25 10:01:53 -06:00
Dmitriy Kovalenko f8959e62c6 fix(component-testing): Layout jumping issue (#15202)
* Fix runner-ct layout jumping

* Fix drawer resizing

* Fix runner-ct tests

* Prevent text selection for all browsers

* Uncomment devtools code
2021-02-25 17:01:14 +02:00
Zach Panzarino 741b543c5b feat: improve TR <> dashboard project linking [GROW-96] (#14877) 2021-02-25 02:21:23 -05:00
Chris Breiding c617761bdc Merge branch 'develop' into 7.0-release 2021-02-24 16:30:52 -05:00
Chris Breiding f81dfecef4 fix: Remove truncation of preprocessor errors (#15198) 2021-02-24 16:28:45 -05:00
renovate[bot] c3af3dcdef chore(deps): update dependency electron to version 11.3.0 🌟 (#15201)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-24 19:03:16 +00:00
Kukhyeon Heo 7363bba550 fix: Show empty jquery Object properly. (#14769)
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
2021-02-24 09:47:47 -05:00
Jennifer Shehane da5ca7f21f Merge branch 'develop' into 7.0-release 2021-02-23 20:06:29 -05:00
Barthélémy Ledoux fa969fba78 fix: make webpack-dev-server a peer dependency (#15163)
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-02-23 16:45:00 -06:00
Taoh Green ea5330741b fix: prevent unwanted scroll on mousedown (#14710)
Co-authored-by: Ben Kucera <14625260+Bkucera@users.noreply.github.com>
2021-02-23 16:20:38 -05:00
renovate[bot] 5901acf5ad fix(deps): update dependency systeminformation to version 5.x 🌟 (#15115)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2021-02-23 08:29:23 -05:00
Lachlan Miller 50cfa91e89 chore: add a script to run all react tests in a single step (#15137)
Co-authored-by: Дмитрий Коваленко <dmitrijkovalenko@Dmitrijs-MacBook-Pro.local>
Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com>
2021-02-22 19:34:26 -05:00
Lachlan Miller a0c3116220 Merge pull request #15181 from cypress-io/feat/ct-search-input-type
feat: use search input type f/ find spec field
2021-02-23 09:52:45 +10:00
Lachlan Miller 4441fd8a13 Merge branch 'develop' into feat/ct-search-input-type 2021-02-23 09:16:46 +10:00
Zach Bloomquist 5a554ce779 fix: updated cy.intercept to automatically parse more JSON MIME types (#15129) 2021-02-22 19:30:37 +00:00
Zach Panzarino 20d7abd083 feat(studio): generate clear before type commands (#15145) 2021-02-22 13:29:39 -05:00
ElevateBart 81356fecca fix: update padding-right of search field 2021-02-22 11:03:16 -06:00
ElevateBart b6c24259e2 feat: use search input type f/ find spec field 2021-02-22 10:40:07 -06:00
Kukhyeon Heo 9d8181c8c0 fix: cy.wait() works correctly when user aborted XHR. (#14885) 2021-02-22 15:08:06 +00:00
Dmitriy Kovalenko f237050fdb feat: Use lazy compilation for webpack-dev-server by default (#15158)
* Use lazy compilation for webpack-dev-server

* Do not lazy compile in run mode

* Cache babel on CI

* Fix config

* Fix ts error

* Update webpack-dev-server unit tests

Co-authored-by: ElevateBart <ledouxb@gmail.com>
2021-02-22 14:25:27 +02:00
Zach Panzarino 26edc21ce7 fix: studio save to definitions with config and surface save errs (#15069) 2021-02-19 19:14:18 -05:00
Dmitriy Kovalenko 9c642369fc chore(component-testing): Remove useless code & deps in @cypress/react and @cypress/vue (#15113)
* Remove useless code

* Add code-coverage to reacr devDependencies

* Remove react/support imports

* Remove some useless code from @cypress/react

* Cleanup vue

* Make it works :)

* Fix react errors

* Fix next.js react example

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
2021-02-19 14:58:40 -06:00
Jennifer Shehane 80d8bcf141 Merge branch 'develop' into 7.0-release 2021-02-19 15:07:36 -05:00
Dmitriy Kovalenko 02aec1eb62 fix(component-testing): Video recording (#15140) 2021-02-19 16:52:15 +02:00
semantic-release-bot 9379438a37 chore: release @cypress/webpack-dev-server-v1.0.3
[skip ci]
@cypress/webpack-dev-server-v1.0.3
2021-02-18 18:52:51 -05:00
Jessica Sachs c1c27a0c99 Merge branch 'master' into develop 2021-02-18 23:42:49 +00:00
Jessica Sachs 36b0440b66 fix: missing index-template.html from package.json deps for webpack-dev-server (#15151) 2021-02-18 18:42:11 -05:00
semantic-release-bot 813db8d08c chore: release @cypress/webpack-dev-server-v1.0.2
[skip ci]
@cypress/webpack-dev-server-v1.0.2
2021-02-18 18:11:17 -05:00
Jessica Sachs ef2a47868f Merge branch 'master' into develop 2021-02-18 23:01:23 +00:00
Jessica Sachs 2863e33892 fix: add webpack-dev-server to peerDependencies, improve peerDependency error handling, fix index-template.html path (#15149) 2021-02-18 18:00:48 -05:00
Zach Panzarino f7464a364e fix: update connect to dashboard graphic on runs tab (#15088) 2021-02-18 16:27:28 -05:00
Chris Breiding bd71274f61 Merge branch 'develop' of github.com:cypress-io/cypress into develop 2021-02-18 14:36:52 -05:00
Chris Breiding 5fb9ae6cee release 6.6.0 (dev only) [skip ci] v6.6.0 2021-02-18 14:36:06 -05:00
Zach Panzarino 0a7c533919 Merge branch 'master' into develop 2021-02-18 19:24:16 +00:00
Zach Panzarino 0e73ab3bd8 build: fix errors with merge master -> develop gh action (#15141) 2021-02-18 14:23:38 -05:00
Zach Panzarino a99ec16387 build: use official github api for merge action (#15136) 2021-02-18 13:35:49 -05:00
Kyℓe Hensel 311cd4b401 chore: update ramda to 0.27.1 (#14958) 2021-02-18 08:23:20 -05:00
Zach Panzarino 47c9a19815 Merge pull request #15131 from cypress-io/master-merge-up
chore: merge master into develop
2021-02-17 19:15:01 -05:00
Barthélémy Ledoux de60d92608 Merge branch 'develop' into master-merge-up 2021-02-17 15:50:15 -06:00
Barthélémy Ledoux 4732937fc8 build: avoid infininte rollup refresh on watch (#15132)
exclude the dist folder from rollup watch
2021-02-17 15:49:54 -06:00