Skip to content

Commit 33fb7d4

Browse files
Merge branch 'pre_prod' into ats_fixes
2 parents 41df80c + 5a99a0c commit 33fb7d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/helpers/capabilityHelper.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ const caps = (bsConfig, zip) => {
133133

134134
obj.cypress_cli_user_agent = Utils.getUserAgent();
135135

136+
logger.info(`Cypress CLI User Agent: ${obj.cypress_cli_user_agent}`);
137+
136138
if(obj.parallels === Constants.cliMessages.RUN.DEFAULT_PARALLEL_MESSAGE) obj.parallels = undefined
137139

138140
if (obj.project) logger.info(`Project name is: ${obj.project}`);

0 commit comments

Comments
 (0)