We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd2367 commit cfb66caCopy full SHA for cfb66ca
cypress/e2e/home.cy.ts
@@ -1,6 +1,6 @@
1
describe('Home Page', () => {
2
beforeEach(() => {
3
- const baseUrl = Cypress.env('CYPRESS_BASE_URL') || ''
+ const baseUrl = process.env.CYPRESS_BASE_URL || ''
4
const url = `${baseUrl}/?cs=1000&cc=24&vs=1000&vc=54`
5
6
cy.task("log", `--> Visiting URL: ${url}`)
0 commit comments