@qawolf/config
Advanced tools
Comparing version 0.8.1 to 0.8.2
export declare const CONFIG: { | ||
artifactPath: string | undefined; | ||
attribute: string; | ||
disableVideoArtifact: boolean; | ||
chromeOffsetX: number; | ||
@@ -5,0 +6,0 @@ chromeOffsetY: number; |
@@ -26,2 +26,3 @@ "use strict"; | ||
attribute: process.env.QAW_ATTRIBUTE || "data-qa,data-test,data-testid", | ||
disableVideoArtifact: parseBool(process.env.QAW_DISABLE_VIDEO_ARTIFACT), | ||
chromeOffsetX: parseNumber(process.env.QAW_CHROME_OFFSET_X, 0), | ||
@@ -28,0 +29,0 @@ chromeOffsetY: parseNumber(process.env.QAW_CHROME_OFFSET_Y, 125), |
{ | ||
"name": "@qawolf/config", | ||
"description": "qawolf config (node only)", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"license": "BSD-3.0", | ||
@@ -29,3 +29,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "d4bea87a2668278cc4ab832e308f9f2ea90fc255" | ||
"gitHead": "74449a08eae50066278c613ca19b7c05050bc551" | ||
} |
@@ -29,2 +29,3 @@ import { config as configDotenv } from "dotenv"; | ||
attribute: process.env.QAW_ATTRIBUTE || "data-qa,data-test,data-testid", | ||
disableVideoArtifact: parseBool(process.env.QAW_DISABLE_VIDEO_ARTIFACT), | ||
chromeOffsetX: parseNumber(process.env.QAW_CHROME_OFFSET_X, 0), | ||
@@ -31,0 +32,0 @@ chromeOffsetY: parseNumber(process.env.QAW_CHROME_OFFSET_Y, 125), |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8177
108
13