delightful-magician-24840
05/17/2023, 3:00 PMts
//tsconfig.json from screen
{
"compilerOptions": {
"module": "system",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"outFile": "../../built/local/tsc.js",
"sourceMap": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
}
https://cdn.discordapp.com/attachments/1108408611404775545/1108408611631276032/image.png▾
https://cdn.discordapp.com/attachments/1108408611404775545/1108408611937472542/image.png▾
fresh-van-73810
05/17/2023, 3:33 PMdelightful-magician-24840
05/17/2023, 3:33 PMdelightful-magician-24840
05/17/2023, 3:34 PMfresh-van-73810
05/17/2023, 3:42 PMYOUR_VARIABLE_NAME : process.env.YOUR_VARIABLE_NAME_IN_ENV_FILE!,```you might need to add dotenv dependency 🙂 To get the value inside the test is also shown just write in the testfile: ```Cypress.env('YOUR_VARIABLE_NAME')delightful-magician-24840
05/17/2023, 3:48 PMdelightful-magician-24840
05/17/2023, 3:48 PMdelightful-magician-24840
05/17/2023, 3:50 PMdelightful-magician-24840
05/17/2023, 3:51 PMdelightful-magician-24840
05/17/2023, 3:52 PMhttps://cdn.discordapp.com/attachments/1108408611404775545/1108421816394989659/image.png▾
fresh-van-73810
05/17/2023, 3:58 PMdelightful-magician-24840
05/17/2023, 3:59 PM