From b58e29704bf782853e304d1c0be039dbe71f6246 Mon Sep 17 00:00:00 2001 From: Michael Dailey Date: Wed, 23 Aug 2023 08:35:59 -0500 Subject: [PATCH] deprecate test plan detection prompt --- package.json | 2 +- src/commands/provar/runtests.ts | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/package.json b/package.json index 9f4be03..f92dd0b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@provartesting/provardx", "description": "A plugin for the Salesforce CLI to run provar testcases", - "version": "0.3.2", + "version": "0.3.3", "author": "Provar", "bugs": "https://github.com/ProvarTesting/provardx/issues", "dependencies": { diff --git a/src/commands/provar/runtests.ts b/src/commands/provar/runtests.ts index 77327c1..ee23965 100644 --- a/src/commands/provar/runtests.ts +++ b/src/commands/provar/runtests.ts @@ -105,18 +105,6 @@ export default class RunTests extends SfdxCommand { propertyFile ); - if ( - provarDxUtils.getProperties().testPlan && - provarDxUtils.getProperties().connectionOverride - ) { - const selection = await cli.prompt( - 'Test plans detected, connection overrides will be ignored, do you wish to continue (Y/N)? ' - ); - if (selection.toLowerCase() === 'n') { - return {}; - } - } - if ( !isValid || provarDxUtils.hasDuplicateConnectionOverride(