diff --git a/package.json b/package.json index eb9801e..59bbee6 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.0", + "version": "0.3.1", "author": "Provar", "bugs": "https://github.com/ProvarTesting/provardx/issues", "dependencies": { diff --git a/src/utilities/DxPropertiesSchema.ts b/src/utilities/DxPropertiesSchema.ts index 7a58503..9306ec9 100644 --- a/src/utilities/DxPropertiesSchema.ts +++ b/src/utilities/DxPropertiesSchema.ts @@ -102,7 +102,8 @@ export const schema = { 'Firefox', 'SAFARI', 'IE', - 'Chrome_Headless' + 'Chrome_Headless', + 'Edge_Chromium' ] }, webBrowserConfig: {