diff --git a/commands/utils/set_args.js b/commands/utils/set_args.js index 35dec2c..efb8bb8 100644 --- a/commands/utils/set_args.js +++ b/commands/utils/set_args.js @@ -375,7 +375,7 @@ function sync_args_from_cmd(args) { lt_config["run_settings"]["exclude_specs"] == []; } console.log( - "specs to exclude are ", + "specs to exclude are", lt_config["run_settings"]["exclude_specs"] ); diff --git a/commands/utils/validate.js b/commands/utils/validate.js index a53ddd3..d0e26a0 100644 --- a/commands/utils/validate.js +++ b/commands/utils/validate.js @@ -148,7 +148,7 @@ module.exports = validate_config = function (lt_config, validation_configs) { lt_config["run_settings"]["cypress_config_file"] ) { reject( - 'Error!! --ccf flag and cypress_config_file is not cupported with cypress>=10,use \n --cy="--config-file "' + 'Error!! --ccf flag and cypress_config_file is not supported with cypress>=10,use \n --cy="--config-file "' ); }