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.
2 parents 42d0d6e + 08c111f commit db67d83Copy full SHA for db67d83
commands/utils/constants.js
@@ -11,7 +11,7 @@ module.exports = {
11
DEFAULT_TEST_PATH: ".",
12
LAMBDA_CONFIG: "./lambdatest-config.json",
13
SUPPORTED_CYPRESS_VERSIONS: ["5", "6"],
14
- WHITELISTED_ENV_VARS: ["CI_BUILD_ID"],
+ WHITELISTED_ENV_VARS: ["CI_BUILD_ID", "PERCY_TOKEN"],
15
BUILD_END_STATES:
16
"&status=running,queued,created,initiated,pqueued,error,lambda error,failed",
17
BUILD_ERROR_STATES: "&status=error,lambda error,failed",
0 commit comments