Component testing on remote dev container #17980
Unanswered
wallslide
asked this question in
Component Testing
Replies: 1 comment 1 reply
-
Cypress can talk to any url you've provided, so you would need to expose the port on the codespaces (which is definitely possible). |
Beta Was this translation helpful? Give feedback.
1 reply
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 develop using github codespaces and cypress component testing. I think the best solution would be to run the test-runner on my local machine and connect it to a remote webpack dev server running on the codespaces devcontainer. Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions