Bjorn van der Neut

Results 2 comments of Bjorn van der Neut

It's about this line of documentation: "_You can create your own cypress.env.json file that Cypress will automatically check. Values in here will overwrite conflicting environment variables in your [Cypress configuration](https://docs.cypress.io/guides/references/configuration)._"...

That is not correct what you are telling. If I add it like this: ``` export default defineConfig({ e2e: { }, baseUrl: 'https://google.com', }); ``` I get this error message: