Skip to content

Commit

Permalink
Merge pull request #218 from LambdaTest/dev
Browse files Browse the repository at this point in the history
3.0.8
  • Loading branch information
japneetlambdatest authored Dec 26, 2022
2 parents cdff763 + e610f86 commit 1b7e064
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions commands/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
DEFAULT_TEST_PATH: ".",
LAMBDA_CONFIG: "./lambdatest-config.json",
SUPPORTED_CYPRESS_VERSIONS: ["5", "6"],
WHITELISTED_ENV_VARS: ["CI_BUILD_ID"],
WHITELISTED_ENV_VARS: ["CI_BUILD_ID", "PERCY_TOKEN"],
BUILD_END_STATES:
"&status=running,queued,created,initiated,pqueued,error,lambda error,failed",
BUILD_ERROR_STATES: "&status=error,lambda error,failed",
Expand All @@ -27,15 +27,16 @@ module.exports = {
"https://api.lambdatest.com/automation/api/v1/cypress/artefacts/test/",
},
beta: {
INTEGRATION_BASE_URL: "https://api-cypress-v1-dev.lambdatestinternal.com/liis",
INTEGRATION_BASE_URL:
"https://api-cypress-v2-dev.lambdatestinternal.com/liis",
BUILD_BASE_URL:
"https://api-cypress-v1-dev.lambdatestinternal.com/automation/api/v1/builds/",
"https://api-cypress-v2-dev.lambdatestinternal.com/automation/api/v1/builds/",
BUILD_STOP_URL:
"https://api-cypress-v1-dev.lambdatestinternal.com/api/v1/test/stop?sessionId=",
"https://api-cypress-v2-dev.lambdatestinternal.com/api/v1/test/stop?sessionId=",
SESSION_URL:
"https://api-cypress-v1-dev.lambdatestinternal.com/automation/api/v1/sessions?limit=200&session_id=",
"https://api-cypress-v2-dev.lambdatestinternal.com/automation/api/v1/sessions?limit=200&session_id=",
REPORT_URL:
"https://api-cypress-v1-dev.lambdatestinternal.com/automation/api/v1/cypress/artefacts/test/",
"https://api-cypress-v2-dev.lambdatestinternal.com/automation/api/v1/cypress/artefacts/test/",
},
stage: {
INTEGRATION_BASE_URL: "https://stage-api.lambdatestinternal.com/liis",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambdatest-cypress-cli",
"version": "3.0.7",
"version": "3.0.8",
"description": "The lambdatest-cypress-cli is LambdaTest's command-line interface (CLI) aimed to help you run your Cypress tests on LambdaTest platform.",
"homepage": "https://github.com/LambdaTest/lambdatest-cypress-cli",
"author": "LambdaTest <[email protected]>",
Expand Down

0 comments on commit 1b7e064

Please sign in to comment.