You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new Sveltekit project, Playwright testing does not work out of the box.
Reproduction
For ease, I have created this repo specifically to clone down and test the issue Issue Repo
Steps for reproduction:
Create a new Sveltekit project npm create svelte@latest my-app
Install the projects dependancies npm i
Try to run the default test npm run test
Logs
npm run test>[email protected]test /Users/damien.sedgwick/Development/sveltekit-playwright-testing-issue
> playwright test
(node:10328) ExperimentalWarning: Custom ESM Loaders is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
Running 0 tests using 0 workers
=================
no tests found.
=================
ELIFECYCLE Test failed. See above for more details.
Describe the bug
When creating a new Sveltekit project, Playwright testing does not work out of the box.
Reproduction
For ease, I have created this repo specifically to clone down and test the issue Issue Repo
Steps for reproduction:
npm create svelte@latest my-app
npm i
npm run test
Logs
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: