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 7b3ad25 commit 4a70212Copy full SHA for 4a70212
bin/helpers/capabilityHelper.js
@@ -131,8 +131,8 @@ const caps = (bsConfig, zip) => {
131
obj.run_settings = JSON.stringify(bsConfig.run_settings);
132
}
133
134
- obj.cypress_cli_version = Utils.getUserAgent();
135
- logger.info(`Cypress CLI User Agent: ${obj.cypress_cli_version}`);
+ obj.cypress_cli_user_agent = Utils.getUserAgent();
+ logger.info(`Cypress CLI User Agent: ${obj.cypress_cli_user_agent}`);
136
137
if(obj.parallels === Constants.cliMessages.RUN.DEFAULT_PARALLEL_MESSAGE) obj.parallels = undefined
138
0 commit comments