Skip to content

Commit 1b7e064

Browse files
Merge pull request #218 from LambdaTest/dev
3.0.8
2 parents cdff763 + e610f86 commit 1b7e064

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

commands/utils/constants.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
DEFAULT_TEST_PATH: ".",
1212
LAMBDA_CONFIG: "./lambdatest-config.json",
1313
SUPPORTED_CYPRESS_VERSIONS: ["5", "6"],
14-
WHITELISTED_ENV_VARS: ["CI_BUILD_ID"],
14+
WHITELISTED_ENV_VARS: ["CI_BUILD_ID", "PERCY_TOKEN"],
1515
BUILD_END_STATES:
1616
"&status=running,queued,created,initiated,pqueued,error,lambda error,failed",
1717
BUILD_ERROR_STATES: "&status=error,lambda error,failed",
@@ -27,15 +27,16 @@ module.exports = {
2727
"https://api.lambdatest.com/automation/api/v1/cypress/artefacts/test/",
2828
},
2929
beta: {
30-
INTEGRATION_BASE_URL: "https://api-cypress-v1-dev.lambdatestinternal.com/liis",
30+
INTEGRATION_BASE_URL:
31+
"https://api-cypress-v2-dev.lambdatestinternal.com/liis",
3132
BUILD_BASE_URL:
32-
"https://api-cypress-v1-dev.lambdatestinternal.com/automation/api/v1/builds/",
33+
"https://api-cypress-v2-dev.lambdatestinternal.com/automation/api/v1/builds/",
3334
BUILD_STOP_URL:
34-
"https://api-cypress-v1-dev.lambdatestinternal.com/api/v1/test/stop?sessionId=",
35+
"https://api-cypress-v2-dev.lambdatestinternal.com/api/v1/test/stop?sessionId=",
3536
SESSION_URL:
36-
"https://api-cypress-v1-dev.lambdatestinternal.com/automation/api/v1/sessions?limit=200&session_id=",
37+
"https://api-cypress-v2-dev.lambdatestinternal.com/automation/api/v1/sessions?limit=200&session_id=",
3738
REPORT_URL:
38-
"https://api-cypress-v1-dev.lambdatestinternal.com/automation/api/v1/cypress/artefacts/test/",
39+
"https://api-cypress-v2-dev.lambdatestinternal.com/automation/api/v1/cypress/artefacts/test/",
3940
},
4041
stage: {
4142
INTEGRATION_BASE_URL: "https://stage-api.lambdatestinternal.com/liis",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambdatest-cypress-cli",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"description": "The lambdatest-cypress-cli is LambdaTest's command-line interface (CLI) aimed to help you run your Cypress tests on LambdaTest platform.",
55
"homepage": "https://github.com/LambdaTest/lambdatest-cypress-cli",
66
"author": "LambdaTest <keys@lambdatest.com>",

0 commit comments

Comments
 (0)