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 902ec25 commit 4420f3eCopy full SHA for 4420f3e
bin/helpers/readCypressConfigUtil.js
@@ -72,6 +72,7 @@ exports.loadJsFile = (cypress_config_filepath, bstack_node_modules_path) => {
72
logger.debug(`Running: ${load_command}`)
73
console.log(`Running: ${load_command}`)
74
cp.execSync(load_command)
75
+ console.log(`Loaded Cypress config file: ${config.configJsonFileName}`)
76
const cypress_config = JSON.parse(fs.readFileSync(config.configJsonFileName).toString())
77
if (fs.existsSync(config.configJsonFileName)) {
78
fs.unlinkSync(config.configJsonFileName)
0 commit comments