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 0c57235 commit 7dca559Copy full SHA for 7dca559
bin/helpers/capabilityHelper.js
@@ -241,7 +241,7 @@ const validate = (bsConfig, args) => {
241
logger.warn(Constants.validationMessages.SPEC_TIMEOUT_NOT_PASSED_ERROR);
242
}
243
244
- if(!Utils.isUndefined(bsConfig.run_settings["record"]) && String(bsConfig.run_settings["record"]) != 'false') {
+ if(!Utils.isUndefined(bsConfig.run_settings["record"]) && String(bsConfig.run_settings["record"]) == 'true') {
245
if(Utils.isUndefined(bsConfig.run_settings.projectId) && Utils.isUndefined(bsConfig.run_settings["record-key"])) {
246
logger.warn(Constants.validationMessages.PROJECT_ID_MISSING);
247
logger.warn(Constants.validationMessages.RECORD_KEY_MISSING);
0 commit comments