How do you get web-test-runner to visit vite's server instead of trying to connect to some (random?) location? #2274
Unanswered
NullVoxPopuli
asked this question in
Q&A
Replies: 1 comment
-
It seems the test runners tries to get going even before vite is booted. I put
in the vite plugin to try to see if vite is even booting correctly, and I went right to the webdriver error....
I also hard-coded the vite port to 4444 -- because I haven't seen any options to specify a page to visit. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have this error:
My
web-test-runner.config.mjs
:Beta Was this translation helpful? Give feedback.
All reactions