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
Is your feature request related to a problem? Please describe.
The port of default webserver that is spun op on postBuild is hardcoded to 8080. The base URL Cypress tests against can be configured in several ways, though these are all ignored when using the default webserver.
Is your feature request related to a problem? Please describe.
The port of default webserver that is spun op on postBuild is hardcoded to 8080. The base URL Cypress tests against can be configured in several ways, though these are all ignored when using the default webserver.
Describe the solution you'd like
Allow the port of said webserver to be configured
Describe alternatives you've considered
Configuring a custom
start
command for the webserver, combined with await-on=http://localhost:{port}
configuration also does the trick. Usingwait-on
is however undocumented in thepostBuild
section - the documentation for thepreBuild
section does mention thewait-on
parameter though.The text was updated successfully, but these errors were encountered: