Skip to content

Commit 4420f3e

Browse files
committed
abc
1 parent 902ec25 commit 4420f3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/helpers/readCypressConfigUtil.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ exports.loadJsFile = (cypress_config_filepath, bstack_node_modules_path) => {
7272
logger.debug(`Running: ${load_command}`)
7373
console.log(`Running: ${load_command}`)
7474
cp.execSync(load_command)
75+
console.log(`Loaded Cypress config file: ${config.configJsonFileName}`)
7576
const cypress_config = JSON.parse(fs.readFileSync(config.configJsonFileName).toString())
7677
if (fs.existsSync(config.configJsonFileName)) {
7778
fs.unlinkSync(config.configJsonFileName)

0 commit comments

Comments
 (0)