Skip to content

Commit a20a313

Browse files
Merge pull request #213 from japneetlambdatest/dev
VErsion bump
2 parents dd5344b + 88f65df commit a20a313

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

commands/utils/constants.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ module.exports = {
2727
"https://api.lambdatest.com/automation/api/v1/cypress/artefacts/test/",
2828
},
2929
beta: {
30-
INTEGRATION_BASE_URL: "https://api.cypress-v3.dev.lambdatest.io/liis",
30+
INTEGRATION_BASE_URL: "https://api-cypress-v1-dev.lambdatestinternal.com/liis",
3131
BUILD_BASE_URL:
32-
"https://api.cypress-v3.dev.lambdatest.io/automation/api/v1/builds/",
32+
"https://api-cypress-v1-dev.lambdatestinternal.com/automation/api/v1/builds/",
3333
BUILD_STOP_URL:
34-
"https://api.cypress-v3.dev.lambdatest.io/api/v1/test/stop?sessionId=",
34+
"https://api-cypress-v1-dev.lambdatestinternal.com/api/v1/test/stop?sessionId=",
3535
SESSION_URL:
36-
"https://api.cypress-v3.dev.lambdatest.io/automation/api/v1/sessions?limit=200&session_id=",
36+
"https://api-cypress-v1-dev.lambdatestinternal.com/automation/api/v1/sessions?limit=200&session_id=",
3737
REPORT_URL:
38-
"https://api.cypress-v3.dev.lambdatest.io/automation/api/v1/cypress/artefacts/test/",
38+
"https://api-cypress-v1-dev.lambdatestinternal.com/automation/api/v1/cypress/artefacts/test/",
3939
},
4040
stage: {
4141
INTEGRATION_BASE_URL: "https://stage-api.lambdatestinternal.com/liis",

package-lock.json

Lines changed: 3 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.6",
3+
"version": "3.0.7",
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 <[email protected]>",

0 commit comments

Comments
 (0)