* chore: delete a lot of old code
* remove unused code
* update test
* remove dep on cypress_runner for non proxied page
* change binary
* revert scss changes
* delete a lot of code
* update sass
* update jsx
* styles
* revert change
* dont destructure from window.mobx anymore
* update readmes
* revert change to mobx store
* Update packages/runner-shared/README.md
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
* remove old code
* remove html webpack and copy webpack plugins from runner
* Apply suggestions from code review
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
* chore: Removing usage of __incorrectlyVisitAppWithIntercept
* openExternal is stubbed by default
* Missed one in sidebar_navigation.cy.ts
* Let's try windows
* showItemInFolder was already stubbed as well
* Fixing types and system test snapshot
* Removing internal logic/gui options enabling gql intercepts
* I'll find all these eventually
* Adding some stuff back, we might want this for debugging
* chore: Addressing TODO to load spec files directly for runner e2e tests
* Let's try windows too
* Removing old code. Reverting windows CI changes after verifying passing test.
* test: Updating app package TODOs/tests
* Adding ticket cross-references
* Updating more tests
* Reverting failing update
* Removing errant cy
* Renaming index.cy.ts -> specs.cy.ts
* Updating test to validate scaffold output in specs list
* Updating types
* Re-enabling test for modal dismissal on enter button press
* Getting file extension for FileRow from GraphQL
* Updating GlobalPage tests. Updating stubMutationResolver to reset itself properly.
* Updating copy button test to validate mutation
* Linking issue to Select testing TODO
* Fixing windows test. Building windows for branch. Adding issue reference to WarningList TODO.
* More launchpad cleanup
* Don't like that empty string
* Removing one TODO that is no longer necessary
* Windows test changes are g2g
* Addressing PR feedback
* feat: rename __socket.io -> __socket, add __socket-graphql for graphql-ws
* refactor: remove urqlExchangePubsub to expose failing tests that subscriptions will get working again
* Revert "refactor: remove urqlExchangePubsub to expose failing tests that subscriptions will get working again"
This reverts commit 60004021cc.
* fix: remove currentTestingType from Query type
* Fix testing type
* Remove ping subscription, add devChange subscription
* feat: add subscription to refresh when auth state changes
* Update packages/frontend-shared/src/gql-components/HeaderBarContent.vue
* PR review updates, add docs, tests for authChange subscription
* Update graphql-subscriptions.md [ci skip]
* remove login/logout toApp/toLaunchpad calls
* remove login/logout/devChange toApp/toLaunchpad calls
* fix, getCtx lazily to fix proxy performance spec
* Fix, thanks @JessicaSachs
* doc improvements
* feat: Refetch cloud query based on notification
* test fixes, remove flash of missing content in wizard
* Add callCount on remoteGraphQLIntercept
* Update executeRemoteGraphQL
* Fix test
* Update executeRemoteGraphQL and subscription
* fix test
* Update refetch query
* Add debounce fn
* Update with feedback
* Update with feedback
* Include gql port
* Update test
Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
Co-authored-by: Ryan Manuel <ryanm@cypress.io>
Co-authored-by: Jess <jess@jessicasachs.io>