Custom Dev Server #22849
Unanswered
dwhieb
asked this question in
Component Testing
Custom Dev Server
#22849
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.
-
I'm trying to create a simple custom dev server for component testing, because my app doesn't use a framework. The
devServer
config below works great, and my test is listed in the test runner, but when I try to run the test, I receive a 404 response in the app. How can I get my custom dev server to point to the correct folder for static files (mytest/
folder) so that it can find my HTML skeleton for component testing?Cypress Config
Folder Structure
Result
Beta Was this translation helpful? Give feedback.
All reactions