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 7ff793a commit fbf8fcdCopy full SHA for fbf8fcd
commands/utils/set_args.js
@@ -464,6 +464,17 @@ function sync_args_from_cmd(args) {
464
}
465
466
467
+ if ("vi-base" in args) {
468
+ if (lt_config.run_settings.smart_ui == undefined) {
469
+ lt_config.run_settings.smart_ui = {};
470
+ }
471
+ if (args["vi-base"] == "true") {
472
+ lt_config.run_settings.smart_ui.baseline = true;
473
+ } else {
474
+ lt_config.run_settings.smart_ui.baseline = false;
475
476
477
+
478
if (
479
lt_config.run_settings.project_name &&
480
!lt_config.run_settings.project_key
0 commit comments