-
Notifications
You must be signed in to change notification settings - Fork 69
Cypress App example updates related to Cypress 14 #30
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
Conversation
…w angular --no-standalone and updated standalone (#31)
* chore: remove vuecli apps * make sure webpack app is working (now running as expected)
chore: merge main into release 14
… we support svelte 5 (#39)
* update svelte-webpack to support svelte 5 * update tests and components to be svelte 5 compliant * update svelte vite project to svelte 5 and update tests/components to comply with svelte 5
* update to react 19. Additionally, update react webpack project to use latest dependencies * Update react-webpack5-js/package.json Co-authored-by: Ryan Manuel <ryanm@cypress.io> --------- Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com> Co-authored-by: Ryan Manuel <ryanm@cypress.io>
* chore: update react-webpack5-js app (#36) * update cypress to use 14 prerelease
chore: merge main into release 14
* - Please do NOT serve this file on production. | ||
*/ | ||
|
||
const PACKAGE_VERSION = '2.6.6' |
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.
Could we use the npm package instead of including the sourcecode?
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.
the package generates the file oddly enough when you run npx msw init
}, | ||
extensions: [".mjs", ".js", ".ts", ".svelte"], | ||
mainFields: ["svelte", "browser", "module", "main"], | ||
// mainFields: ["svelte", "browser", "module", "main"], |
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.
Should these be removed, or re-instated?
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.
we can probably remove them. it shouldn't have too much of an influence on how the package gets sourced according to https://webpack.js.org/configuration/resolve/#resolvemainfields
Updates the cypress component testing apps to be on Cypress 14 with all updated projects