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(