baseUrl in cypress.config.ts won't get overwritten by setting CYPRESS_baseUrl or CYPRESS_BASE_URL #29556
Labels
stage: needs investigating
Someone from Cypress needs to look at this
stale
no activity on this issue for a long period
Current behavior
I have the following
cypress.config.ts
:and my
test.yml
file:My issue is that the
baseUrl
will behttp://localhost:3000
no matter what I do.I see that the env vars are set in Github Workflow:
According to the docs this should work.
Desired behavior
My expectations is that baseUrl overwritten.
Test code to reproduce
N/A
Cypress Version
Cypress package version: 13.8.1
Node version
Node version: 18.17.1
Operating System
ubuntu-22.04
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: