You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.
I've tried both gatsby develop with localhost:8000 and netlify dev with localhost:8888, cypress isn't able to connect with either during my pipeline. What am I doing wrong here? Preferrably I would like to use the netlify dev configuration:
[[plugins]]
# runs Cypress tests against the deployed URLpackage = "netlify-plugin-cypress"# let's first test the site before Gatsby builds it
[plugins.inputs.preBuild]
enable = truestart = 'netlify dev'wait-on = 'http://localhost:8888'wait-on-timeout = '30'# secondsrecord = truegroup = '1: testing develop site'# then Netlify builds the site# and then our tests will run again, testing the built production version
[plugins.inputs.postBuild]
# investigating why preBuild server has not been stopped# https://github.com/cypress-io/netlify-plugin-cypress/issues/119enable = truerecord = truegroup = '2: testing built site'# do not test the deployed URL
[plugins.inputs]
enable = false
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've tried both
gatsby develop
withlocalhost:8000
andnetlify dev
withlocalhost:8888
, cypress isn't able to connect with either during my pipeline. What am I doing wrong here? Preferrably I would like to use thenetlify dev
configuration:The text was updated successfully, but these errors were encountered: