We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4401416 commit af69bdeCopy full SHA for af69bde
bin/helpers/atsHelper.js
@@ -110,7 +110,7 @@ exports.patchCypressConfigFileContent = (bsConfig) => {
110
let patchedConfPathList = confPath.split(path.sep);
111
const uniqueNamePatchFileName = `patched_ats_config_file_${uuidv4()}.js`;
112
patchedConfPathList[patchedConfPathList.length - 1] = uniqueNamePatchFileName;
113
- logger.info("Patch file name is " + uniqueNamePatchFileName);
+ logger.debug("Patch file name is " + uniqueNamePatchFileName);
114
const patchedConfPath = patchedConfPathList.join(path.sep);
115
116
bsConfig.run_settings.patched_cypress_config_file = patchedConfPath;
0 commit comments