-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: refactoring launchpad & data context #18906
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* unified-desktop-gui: refactor: move currentProject to root data (#18834) chore: additional app shape cleanup (#18826) feat(useCollapsibleTree): adding support for building expandable and collapsible trees (#18860) feat: reconcile terminal command components (#18853) feat: setup keyboard shortcuts modal (#18864) feat: inline spec list header (#18863) feat: Runner spec list (#18821)
…e-data-clean-refactor * tgriesser/chore/e2e-data-clean: refactor: move currentProject to root data (#18834) chore: additional app shape cleanup (#18826) feat(useCollapsibleTree): adding support for building expandable and collapsible trees (#18860) feat: reconcile terminal command components (#18853) feat: setup keyboard shortcuts modal (#18864) feat: inline spec list header (#18863) feat: Runner spec list (#18821)
Thanks for taking the time to open a PR!
|
* 10.0-release: feat: improve vite DX (#18937) feat: Use plugins on config files (#18798) BREAKING CHANGE: trigger major bump BREAKING CHANGE: trigger major bump fix: fix cypress/package.json crasher fix(breaking): change circle.yml to release binary fix: build-prod-ui deps before build-prod packages feat: implement spec list tree (#18901) chore: adding 10.0-release to the circle.yml build script (#18926) feat(app): remove __vite__ route and default to unified runner (#18909) fix: app layout + specs list review (#18862) feat(app): show previous versions (#18838) feat: scaffold integration files in app (#18763) feat: add footer to the settings (#18867) fix: Exit when both --e2e and --component flags are passed in (#18855)
* 10.0-release: (56 commits) chore: post-merge cleanup feat: use hoisted yarn install in binary build (#17285) fix: fix spec list header, "Create specs" prompt, add workspace recommended apollo extension (#18993) feat(unify): reporter settings (#18946) feat: add devServer to config file (#18962) fix: compile npm packages for node 12 (#18989) fix: show call count even if `cy.stub().log(false)`. (#18907) chore: Update TypeScript to 4.4.4 (#18930) fix: wrap playground selectors in double quotes if not included (#18442) fix: flaky settings_spec test (#18979) chore: Update Chrome (stable) to 96.0.4664.45 (#18931) fix: Loading of specs with % in the filename (#18877) chore: refactor `create` into class `$Cy` (#18715) chore: Update Chrome (beta) to 96.0.4664.45 (#18891) fix: flaky `system-tests-firefox` job (#18848) chore: release @cypress/webpack-preprocessor-v5.10.0 chore: release @cypress/vue-v3.0.5 chore: release @cypress/schematic-v1.6.0 chore: release create-cypress-tests-v1.2.0 release 9.0.0 ...
…e-data-clean-refactor * tgriesser/chore/e2e-data-clean: (76 commits) chore: post-merge cleanup feat: use hoisted yarn install in binary build (#17285) fix: fix spec list header, "Create specs" prompt, add workspace recommended apollo extension (#18993) feat(unify): reporter settings (#18946) feat: add devServer to config file (#18962) fix: compile npm packages for node 12 (#18989) fix: show call count even if `cy.stub().log(false)`. (#18907) chore: Update TypeScript to 4.4.4 (#18930) feat: use fuzzy search (#18966) fix: onUnmounted warning in topnav (#18988) fix: wrap playground selectors in double quotes if not included (#18442) fix: flaky settings_spec test (#18979) fix: CYPRESS_INTERNAL_VITE_DEV for development feat: Create default config file (#18943) feat(app): support editor preference (#18932) chore: Update Chrome (stable) to 96.0.4664.45 (#18931) fix: Loading of specs with % in the filename (#18877) feat: improve vite DX (#18937) chore: refactor `create` into class `$Cy` (#18715) feat: Use plugins on config files (#18798) ...
1 task
* 10.0-release: feat: Improve launchpad browser warning (#18939)
* 10.0-release: refactor: remove @packages/desktop-gui (#19127) feat: switch browser runner (#19048) fix: bump resource class for tests that require node_modules install (#19079) fix(unify): reporter styles (#19034) fix test feat(unify): add number of matches to specs search (#19076) feat(launchpad): open in IDE modal and feature (#18975) fix: 10.0 appveyor updateyaml (#19074)
* 10.0-release: feat(graphql): ability to update/query for appData (#19082) fix system test fix failing tests due to merge resolve conflicts test: node_modules installs for system-tests, other improvements (#18574) update yarn.lock chore(deps): update dependency semantic-release to v17.2.3 [security] (#19022) chore: remove flaky ci jobs for main builds (#19071) chore(contributing): clarify PULL_REQUEST_TEMPLATE (#19068) fix: the shadow root container element is ignored when clicking an element in it. (#18908) 'Fix' flaky redirect test (#19042) release 9.1.0 [skip ci] fix: Allow 'this' to be used in overridden commands (#18899) fix(react): link to rerender example (#19020) chore(deps): update dependency aws-sdk to v2.814.0 [security] (#18948) fix: test config overrides leak for .only execution (#18961) feat: Set CYPRESS=true as env var in child processes where Cypress runs user code in Node (#18981) fix: Restore broken gif (#18987) chore: release @cypress/vite-dev-server-v2.2.1
BlueWinds
reviewed
Dec 6, 2021
packages/server/lib/plugins/index.js
Outdated
const getPluginIpcHandlers = () => { | ||
return handlers | ||
} | ||
|
||
module.exports = { | ||
getPluginPid, | ||
execute, | ||
has, | ||
init, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you're still exporting 'init' even though the body has been removed, causing an error.
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User Facing Changes
config.json
/cypress.config.js
filescypress.config.js
and.ts
but use the.ts
- it likely means theirtsconfig.json
compiled it on a build. We can give them instructions in the error on how to fix/ignore in theirtsconfig.json
cypress.config.{js|ts}
and acypress.json
but use thecypress.config.js
and tell them the.json
will be ignored and that they should remove - it likely happened because they switched branches and the old one was left aroundrun
mode if the testing type has not been setup yet--browser
and--e2e / --component
flags from the CLI in open modeTechnical Changes
Client:
@packages/types
or sourcing the title/descriptions from thei18n
package.pinia
rather than the serverServer:
DataContext
making it clear how/where to source the setup & teardownimmer
for immutable state management: https://immerjs.github.io/immer/debug
all over the placeserver/lib/config
&server/lib/util/settings
→ProjectConfigDataSource
server/lib/plugins/index
->ProjectConfigActions
watchFile
watchSettings
open_project
, moving state to theDataContext
trims downproject-base
, which will eventually be removed but does not need to block this PRdesktop-gui
are cleaned upimmer
update, we can recompute the compositeenv.json
/cypress.config.js
/cli
/plugin
/default
/runtime
)createLegacyDataContext
- the context should be passed through the application source as needed, and as we continue to fix more of the current server package code, more and more of it will move to theDataContext
@packages/server
unit/integration tests. Many of these will be audited and added back in via open-mode tests, or re-added with the proper spies/mocks given the new server structure, they are too closely coupled with the existing mutable architecture to provide any positive value for these changes.--config-file=false
option and if/how we want to support this with the new flow, or warn / migrate those who are using it - Jess mentioned it might be tied more to using "module" mode@packages/config
so it can be consumed by theDataContext
packageDataContext
&graphql
server was being sourced for every test. This was causing slowdown on each test, likely due to memory leaks, and makes it difficult to debug the flow after a failure. Instead, with the support of many of the changes above, we are able to "reset" the context before each test, and keep the server alive after the test runs, so we can debug the immer state changes with GraphiQL.