* fix: resolves obstructed record key
* fix: use findByDisplayValue for tests rather than test ID
* fix: update other failing tests
* fix: resolves ui regression
* chore: resolves suggested semantic updates
Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
Co-authored-by: astone123 <adams@cypress.io>
Co-authored-by: Stokes Player <stokes@cypress.io>
Co-authored-by: Bill Glesias <bglesias@gmail.com>
* default config files collapsible closed except for warnings
* updated component tests and color accessibility
* addressing PR comments for standardizing tests with .should
* updated tests and made them more robust
* chore: do not rely on transitive dep. from npm/react
* chore: bump to vite 3.0.2
* revert
* target es6
* remove unused code
* update styles
* remove ts-ignore
* bump to vite 3.0.3
* refactor: make shiki load all its deps upfront
* finish some shiki adjustments
* fix type check
* rollback shiki upgrade
* add convert comment and simplify lang variable name
* use a switch statement
* fix: add padding
* fix: add padding (#21724)
* Update packages/launchpad/src/global/GlobalPage.cy.tsx
Co-authored-by: Mark Noonan <mark@cypress.io>
* no longer necessary for this fix
* no longer necessary padding will be added to Main.vue
* add bottom padding
* add percy test
* move percy snapshot out of helper function
Co-authored-by: Mark Noonan <mark@cypress.io>
Co-authored-by: Tyler Biethman <tbiethman@users.noreply.github.com>
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
Co-authored-by: Zach Bloomquist <git@chary.us>
* fix: UNIFY-1774, throw error if we do not detect a webpackConfig for the user
* remove dead code, rely on auto-sourcing webpack config
* fix error styles, exit the devServer process when config is missing, guard against empty remoteState
* Add missing webpack for todos project
* Update npm/webpack-dev-server/src/makeWebpackConfig.ts
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
Co-authored-by: Zachary Williams <ZachJW34@gmail.com>
* fix: UNIFY-1408, warnings should be nested appropriately & clearable
* Add fix / test for UNIFY-1604, UNIFY-1732
* better tests around baseUrl handling, remove unneeded logic
* Fix stub usage, test failure, pingBaseUrl behavior
* fix duplicate test title
* refactor: reduce flake in migration.cy.ts, return null for videoEmbedHtml if migration is not needed
* Fix UNIFY-1740: guard against double submit of mutation
* don't hit the videoHtmlEmbed link more than once
* move withCtx after scaffold
* Stub the on link response, add test for caching behavior
* Don't display spec renaming when user has opted out
* Combine OptOutModal steps
* First round of review feedback
* Fix for migration test
* Review comments
* Fix merge additional errors
* More review feedback
* Try to fix broken unit test
* Fix additional e2e test
* Restore missing unit test files
* add function to detect lang
* update test files
* update pkg.json
* remove concept of lang from wizard
* update tests
* fix tests and add debugging
* update test
* fix test
* add ts to ts project deps
* update assertion
* empty commit to trigger CI
* fix ts
* add debug log
* Adding banner on dep installation success. Updating copy to match figma.
* Adding component/e2e test coverage
* Flipping polarity on this one
* Update packages/launchpad/cypress/e2e/scaffold-project.cy.ts
Co-authored-by: Rachel <rachel@cypress.io>
* Updates for PR comments
Co-authored-by: Rachel <rachel@cypress.io>
* removing vite-dev-server local dependency from react-vite-ts-configured system test
* moving some CRA examples over to use the object api for setup
* fixing issue where function API was broken by object API for cy config + devservers
* adding deeply nested react import to project-fixtures for cra
* finishes cutting over cypress/react for sys tests
* chore: adding circle for this feature branch
* chore: moving over many vue + vite system tests to use object API instead of function API (#21080)
* doing webpack-dev-server cutovers
* removing more webpack-dev-server refrences
* fixing snapshots
* bumping yarn.lock
* wip
* fix test
* fix assertion
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
* feat: removing all references for "fresh" dev servers (webpack-dev-server-fresh and vite-dev-server-fresh) (#21094)
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
Co-authored-by: Zachary Williams <ZachJW34@gmail.com>
* chore: add dev-servers as deps to server to be included in the binary (#21091)
* fix bad merge
* fix next types and webpack-dev-server- resolve
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
Co-authored-by: Zachary Williams <ZachJW34@gmail.com>
* add nexusDeferIfNotLoadedPlugin, remove GraphQLDataSource & ssr of graphql data
* add cachedUser for better rendering when cloudViewer is invalidated, fix types, tests
* guard for login to be visible before making next assertion
* revert onCacheUpdate changes
* fix for percy snapshots
* address @flotwig's simpler feedback
* Address types for versionData
* allow for nullish email in UserAvatar
* Ignore remote schema parent type in onCreateFieldResolver