Commit Graph

16125 Commits

Author SHA1 Message Date
Lachlan Miller 563a8a2fc8 bump to Vue 3.2.6 (#18098) 2021-09-15 00:33:45 -04:00
Cesar 1762caccd8 feat: add state for global mode (#18085)
* add state for global mode

* use GlobalEmpty over GlobalPage

* Add comment to clarify global type

Co-authored-by: Jessica Sachs <jess@jessicasachs.io>

* Update server.ts

* make global non nullable

* move GlobalEmpty to Main.vue

* update ClientTestContext to have global

Co-authored-by: Jessica Sachs <jess@jessicasachs.io>
2021-09-15 10:40:06 +10:00
Zachary Williams efe6d40028 fix: add @vue/compiler-sfc to fix dev errors (#18096)
* fix: add @vue/compiler-sfc to fix dev errors

* lock compiler sfc version

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-09-15 10:37:17 +10:00
Mark Noonan b61a17990a feat(launchpad): Browser launch screen UI (#18095)
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
Co-authored-by: Mark Noonan <mark@cypress.io>
Co-authored-by: Jessica Sachs <jess@jessicasachs.io>
2021-09-14 18:11:30 -04:00
Lachlan Miller 7261dec8e0 chore: add frontend-shared package (#18089)
* wip: shared frontend

* update

* update deps

* share client

* share urql client

* add codegen to app

* import client

* add foo

* add spec

* update

* remove old file

* remove duplicated files

* update files

* remove unused files
2021-09-15 01:19:13 +10:00
Lachlan Miller 3f0450e332 chore(launchpad): launch e2e runner, perf improvements (#18073)
* add electron browser function

* wip: add separate page for config

* support launching e2e

* fix test

* merge in remote

* fix types

* conditionally assign browsers

* remove unused code

* remove old code

* remove old code

* update tests

* rebuild schema

* extract component

* update types to be more corrrect

* update types

* revert file
2021-09-14 13:43:19 +10:00
Lachlan Miller 738469027f add missing file 2021-09-14 12:16:09 +10:00
Tim Griesser c3c40205e9 fix: move dependencies to devDependencies to fix create-build-artifacts package size guard (#18081) 2021-09-14 12:14:37 +10:00
Lachlan Miller b23b63c1b8 remove unused file 2021-09-13 16:14:13 +10:00
Lachlan Miller 7daa0cab2e remove old codegen 2021-09-13 16:13:31 +10:00
Lachlan Miller f359f5fa22 remove built js file 2021-09-13 16:04:32 +10:00
Lachlan Miller dfa2e4bb43 remove old files 2021-09-13 14:11:28 +10:00
Lachlan Miller 4e87b7ece3 remove exports 2021-09-13 14:08:03 +10:00
Lachlan Miller 53ee2bb70e merge in develop 2021-09-13 14:00:10 +10:00
Jessica Sachs f878e1aeb0 chore: removing ipc layer from launchpad to make it testable over http (#18065) 2021-09-12 20:37:53 +10:00
Chris Breiding 8b5cb13de1 Merge pull request #18054 from cypress-io/lmiller1990/chore-server-ct-server-move 2021-09-11 09:56:52 -04:00
Lachlan Miller e19d23e97c Merge branch 'develop' into unified-desktop-gui 2021-09-11 21:49:39 +10:00
Lachlan Miller 5bb8c32f78 Merge branch 'lmiller1990/chore-server-ct-server-move' of https://github.com/cypress-io/cypress into lmiller1990/chore-server-ct-server-move 2021-09-11 11:38:07 +10:00
Lachlan Miller 599e113c0b use debug instead of console.log 2021-09-11 11:37:49 +10:00
Cesar e9dbd87c93 fix: Global Mode Crashes on Launch (#18059) 2021-09-10 15:13:41 -04:00
Mark Noonan 4a27e34f40 fix(launchpad): add a11y support to Settings Card (#18027)
* fix(launchpad): add a11y support to Settings Card

* match previous section element

* update slot syntax, tweak css, tweak formatting

* css tweak
2021-09-11 01:01:41 +10:00
Barthélémy Ledoux 2c381ed3c3 Merge pull request #18052 from cypress-io/da4b1e06ce-master-into-develop 2021-09-10 09:51:07 -05:00
Barthélémy Ledoux 9b48e79271 Merge branch 'develop' into da4b1e06ce-master-into-develop 2021-09-10 09:48:01 -05:00
Lachlan Miller d02461d0f1 bump yarn lock 2021-09-10 17:27:29 +10:00
Lachlan Miller 0cf9468c84 fix transient dep problem 2021-09-10 17:22:59 +10:00
Lachlan Miller 095ee6998c Merge branch 'develop' into unified-desktop-gui 2021-09-10 15:27:51 +10:00
Peng Xiao 07e7d0ed25 fix(vite-dev-server): remove base and root from inlineVitConfig types (#17180)
* feat(vite-dev-server): allow user to config root path

* fix(vite-dev-server): remove root from inlineConfig types

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-09-10 13:03:05 +10:00
Lachlan Miller 7a09856d3d remove all references to server-ct 2021-09-10 12:48:40 +10:00
Lachlan Miller d737aef200 remove server-ct package 2021-09-10 12:44:09 +10:00
Lachlan Miller bf9d2d5b4f move server-ct initialize logic to server 2021-09-10 12:43:58 +10:00
Lachlan Miller 62106a8f36 update imports 2021-09-10 12:39:06 +10:00
Lachlan Miller 6b229e9c1b move files from server-ct to server 2021-09-10 12:36:08 +10:00
Jessica Sachs 3932360fe7 chore: adding the new app package for the unified app experience (#18053)
* adding the app folder

* frontend app unified as a copy of launchpad

* removing unnecessary files

* fixing build step by removing package codegen

* chore: regenerate schema

* update readme

* add diagram

* add app diagram

* add callback to renderRunner function

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-09-10 12:17:45 +10:00
Barthélémy Ledoux 2c298fcc58 Merge branch 'develop' into da4b1e06ce-master-into-develop 2021-09-09 16:19:10 -05:00
Barthélémy Ledoux da4b1e06ce feat: allow usage of @react/plugins with cypress.config.js (#17738) 2021-09-09 16:17:14 -05:00
ElevateBart a747c2196b rename inject into devServer 2021-09-09 15:25:43 -05:00
Cesar 790e7b2bdb fix: add missing clientCertificate type to ResolvedConfigOptions (#18028)
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-09-09 14:01:49 -04:00
Gleb Bahmutov 2e005c43c5 Merge branch 'master' into develop 2021-09-09 17:58:42 +00:00
Gleb Bahmutov 36be9ebea5 docs: restore author of react,vue,ng component testing (#16800)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2021-09-09 12:58:01 -05:00
Adam Murray 01e8a6cc9e Merge branch 'master' into develop 2021-09-09 17:48:27 +00:00
Adam Murray 49de24f617 fix(cypress/schematic): add edge to list of allowed browsers (#17637) 2021-09-09 12:47:46 -05:00
Tim Griesser 536e465c6d pin vite, add --no-bail to lerna build 2021-09-09 09:56:48 -04:00
Ben Kucera 22a51fa6b5 fix: global hooks cause duplicated hooks after domain navigation (#17884)
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
2021-09-09 09:16:11 -04:00
Lachlan Miller 587a507ba4 Merge branch 'develop' into unified-desktop-gui 2021-09-09 12:58:47 +10:00
Billy Purvis 956e1c56d2 fix: add warning for check/uncheck when values passed with elements with no values (#17925)
Co-authored-by: Ben Kucera <14625260+Bkucera@users.noreply.github.com>
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
2021-09-08 13:41:22 -04:00
github-actions[bot] 1feb66825f chore: Update Chrome (stable) to 93.0.4577.63 and Chrome (beta) to 94.0.4606.31 (#17910)
Co-authored-by: cypress-bot[bot] <2f0651858c6e38e0+cypress-bot[bot]@users.noreply.github.com>
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
2021-09-08 10:42:51 -04:00
Kukhyeon Heo 8a1aefa9e7 feat: log args separately. (#17650) 2021-09-08 10:42:29 -04:00
Lachlan Miller 0fa4a7376f merge in develop and resolve conflicts 2021-09-08 16:43:35 +10:00
Jessica Sachs e216ae2422 Merge pull request #17951 from cypress-io/chore/esm-driver
chore: switching @packages/driver to be esm
2021-09-07 16:42:22 -04:00
Hernawan Faïz Abdillah d8796bc11b fix(server): Fix EACCES on extension installation if copied from read-only location (#17800)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
Co-authored-by: Zach Bloomquist <github@chary.us>
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
2021-09-07 14:40:59 -04:00