cypress-svelte-unit-test
cypress-svelte-unit-test copied to clipboard
Unit testing Svelte components in Cypress E2E test runner
## Bug (possibly Sapper related) **mini project here:** [cy-unti-test-test](https://github.com/andrewdc/cy-unit-test) - version: "cypress-svelte-unit-test": "^3.2.0", - platform: Mac - expected behavior: imports .svelte files for unit tests - actual behavior: Error: Unexpected...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/bahmutov/cypress-svelte-unit-test). ## Config Migration Needed - [ ]...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@cypress/code-coverage](https://redirect.github.com/cypress-io/code-coverage) | [`3.9.11` -> `3.14.4`](https://renovatebot.com/diffs/npm/@cypress%2fcode-coverage/3.9.11/3.14.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rollup/plugin-alias](https://redirect.github.com/rollup/plugins/tree/master/packages/alias#readme) ([source](https://redirect.github.com/rollup/plugins/tree/HEAD/packages/alias)) | [`3.1.8` -> `3.1.9`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-alias/3.1.8/3.1.9) | [](https://docs.renovatebot.com/merge-confidence/) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`3.9.10` -> `4.8.3`](https://renovatebot.com/diffs/npm/typescript/3.9.10/4.8.3) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rollup-plugin-istanbul](https://togithub.com/artberri/rollup-plugin-istanbul) | [`2.0.1` -> `3.0.0`](https://renovatebot.com/diffs/npm/rollup-plugin-istanbul/2.0.1/3.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rollup/plugin-node-resolve](https://togithub.com/rollup/plugins) | [`8.4.0` -> `13.3.0`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-node-resolve/8.4.0/13.3.0) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [svelte](https://svelte.dev) ([source](https://redirect.github.com/sveltejs/svelte/tree/HEAD/packages/svelte)) | [`3.29.4` -> `3.59.2`](https://renovatebot.com/diffs/npm/svelte/3.29.4/3.59.2) | [](https://docs.renovatebot.com/merge-confidence/) |...
Hi! I follow the guidelines but am unable to run cypress unit tests on vite + svelte. I get the error: > In order to use mount or unmount functions...
I get the following error, where I have the subsequently shown `.svelte` and `.spec` files. ```bash The following error originated from your test code, not from Cypress. > Failed to...