Skip to content

Commit 9f7e03f

Browse files
Merge pull request #59 from japneetlambdatest/dev
version bump and package
2 parents 9470e83 + 2905a98 commit 9f7e03f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

commands/utils/constants.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ module.exports = {
1919
"https://api.lambdatest.com/automation/api/v1/sessions?limit=200&session_id=",
2020
},
2121
stage: {
22-
INTEGRATION_BASE_URL: "https://api.japneets-cypress.dev.lambdatest.io/liis",
22+
INTEGRATION_BASE_URL: "https://stage-api.lambdatest.com/liis",
2323
BUILD_BASE_URL:
24-
"https://api.japneets-cypress.dev.lambdatest.io/automation/api/v1/builds/",
24+
"https://stage-api.lambdatest.com/automation/api/v1/builds/",
2525
BUILD_STOP_URL:
26-
"https://api.japneets-cypress.dev.lambdatest.io/api/v1/test/stop?buildId=",
26+
"https://stage-api.lambdatest.com/api/v1/test/stop?buildId=",
2727
SESSION_URL:
28-
"https://api.japneets-cypress.dev.lambdatest.io/automation/api/v1/sessions?limit=200&session_id=",
28+
"https://stage-api.lambdatest.com/automation/api/v1/sessions?limit=200&session_id=",
2929
},
3030
beta: {
3131
INTEGRATION_BASE_URL: "https://beta-api.lambdatest.com/liis",

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": "2.0.9",
3+
"version": "2.0.10",
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)