-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Labels
CTIssue related to component testingIssue related to component testingtype: featureNew feature that does not currently existNew feature that does not currently exist
Description
What would you like?
Cypress has some issues running component tests in an ipv6 container. I'm using the vite bundler and cypress can't verify localhost:port
because the vite server starts on an ipv4 port, but cypress always verifies localhost. This doesn't work on ipv6 hosts machines.
If I could specify the server host that Cypress validates against when in component test mode, for example I could specify that it validate 127.0.0.1:port, it might work. But right now, there's no configuration that allows me to do that.
Why is this needed?
Because my project pipeline runs in an ipv6 container, and I don't have a way to modify the container's hosts file. I want cypress to be able to run component tests on this container.
Other
No response
Metadata
Metadata
Assignees
Labels
CTIssue related to component testingIssue related to component testingtype: featureNew feature that does not currently existNew feature that does not currently exist