https://cypress.io logo
Not sure why this environment variable is not work...
# help
s
Not sure why this environment variable is not working config.ts import { defineConfig } from "cypress"; export default defineConfig({ e2e: { setupNodeEvents(on, config) { // implement node event listeners here }, env: { releasename: 'Sisyphus' }, test.cy.ts cy.get('[id="hc-input-4"]') .type('{Cypress.env('releasename')}')