bitter-match-90736
07/15/2022, 8:34 AMrefined-engineer-18140
07/15/2022, 8:38 AMbitter-match-90736
07/15/2022, 8:42 AMbitter-match-90736
07/15/2022, 8:43 AMabundant-honey-50205
07/15/2022, 8:57 AMbitter-match-90736
07/15/2022, 9:02 AMabundant-honey-50205
07/15/2022, 9:04 AMbitter-match-90736
07/15/2022, 9:05 AMabundant-honey-50205
07/15/2022, 9:05 AMabundant-honey-50205
07/15/2022, 9:06 AMbitter-match-90736
07/15/2022, 9:06 AMabundant-honey-50205
07/15/2022, 9:06 AMabundant-honey-50205
07/15/2022, 9:07 AMbitter-match-90736
07/15/2022, 9:07 AMbitter-match-90736
07/15/2022, 9:08 AMbitter-match-90736
07/15/2022, 9:09 AMabundant-honey-50205
07/15/2022, 9:09 AMabundant-honey-50205
07/15/2022, 9:09 AMbitter-match-90736
07/15/2022, 9:09 AMabundant-honey-50205
07/15/2022, 9:10 AMabundant-honey-50205
07/15/2022, 9:10 AMbitter-match-90736
07/15/2022, 9:11 AMabundant-honey-50205
07/15/2022, 9:11 AMabundant-honey-50205
07/15/2022, 9:12 AMbitter-match-90736
07/15/2022, 9:12 AMabundant-honey-50205
07/15/2022, 9:12 AMbitter-match-90736
07/15/2022, 9:13 AMrefined-engineer-18140
07/15/2022, 10:41 AMmysterious-motherboard-13344
07/15/2022, 11:13 AMconst envValue = config.env() || 'local'
const pathToConfigFile = path.resolve('cypress/config', `${envValue}.json`)
const envConfig = JSON.parse(fs.readFileSync(pathToConfigFile));
console.log(`envConfig ${JSON.stringify(envConfig)}`)
return Object.assign({}, config, {
env: Object.assign({}, envConfig, {
X_Api_Key: process.env.X_Api_Key}),
viewportWidth: 1366,
viewportHeight: 768,
})
}
gray-beard-8992
07/15/2022, 5:26 PM