-
Notifications
You must be signed in to change notification settings - Fork 84
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
"The URL must be of scheme file" #1038
Comments
Turns out the problem is setting I'm not sure why,. |
I'm also running into this, downgrading to |
Same, staying on 3.14.x until this is resolved. |
Same here, downgrading to |
Didn't work for me unfortunately 😢 |
I am also facing the same issue rn, nuxt 3.14 is fraught with bugs and errors, wearing us down |
I downgraded from |
downgraded to |
Downgrading to |
even downgrading to 3.14 doesn't work |
Environment
Reproduction
https://stackblitz.com/edit/github-v73onkdp-5xtwbedy?file=vitest.config.ts,globalSetup.ts,test.vitest.e2e.spec.ts
Describe the bug
Whenever I try to use vitest for e2e testing, the setup function always errors out with a
"The URL must be of scheme file"
error.The error doesn't tell me anything about what might be wrong, but the runner simply never starts and it has something to do with it expecting a build (even though it's configured to run against localhost instead).
Additional context
Even when I empty out the vitest config file it doesn't work. I wonder if there's an issue resolving some path internally?
The text was updated successfully, but these errors were encountered: