Cypress component testing #426
Unanswered
nickcotton
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Wondered if anyone had had any success configuring Cypress component testing within a Rails app using vite_ruby? I went through the automated configuration steps within cypress, which generates a few files but then when trying to run a component test I get the following error:
The server is configured with a public base URL of /vite/ - did you mean to visit [/vite/__cypress/src/index.html](http://localhost:3036/vite/__cypress/src/index.html) instead?
Clicking that link takes me to the following page which makes me think I'm missing a configuration option somewhere but I can't find anything in the Cypress docs. I have other e2e Cypress tests that work fine.
Beta Was this translation helpful? Give feedback.
All reactions