cypress-svelte-unit-test
cypress-svelte-unit-test copied to clipboard
Support for svelte-kit based projects
Thank you for taking time to open a new issue. Please answer a few questions to help us fix it faster. You can delete text that is irrelevant to the issue.
Is this a bug report or a feature request? feature request
If this is a new feature request, please describe it below
Does this support svelte kit? Apparently svelte-kit bundles up vite and expects a single config with vite configuration embedded in it. So when I use svelte kit based projects with cypress (configured with @cypress/[email protected]
), it hits a snag when it imports any svelte kit based import such as $app/env
.
I would like to see Svelte-Kit integration too