Skip to content

Commit af69bde

Browse files
changes after review
1 parent 4401416 commit af69bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/atsHelper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ exports.patchCypressConfigFileContent = (bsConfig) => {
110110
let patchedConfPathList = confPath.split(path.sep);
111111
const uniqueNamePatchFileName = `patched_ats_config_file_${uuidv4()}.js`;
112112
patchedConfPathList[patchedConfPathList.length - 1] = uniqueNamePatchFileName;
113-
logger.info("Patch file name is " + uniqueNamePatchFileName);
113+
logger.debug("Patch file name is " + uniqueNamePatchFileName);
114114
const patchedConfPath = patchedConfPathList.join(path.sep);
115115

116116
bsConfig.run_settings.patched_cypress_config_file = patchedConfPath;

0 commit comments

Comments
 (0)