Skip to content

Commit 019edeb

Browse files
Merge pull request #132 from LambdaTest/dev
2.4.5
2 parents 5b5fd8a + 6f6e4b8 commit 019edeb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

commands/utils/constants.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ module.exports = {
1616
prod: {
1717
INTEGRATION_BASE_URL: "https://api.lambdatest.com/liis",
1818
BUILD_BASE_URL: "https://api.lambdatest.com/automation/api/v1/builds/",
19-
BUILD_STOP_URL:
20-
"https://beta-api.lambdatest.com/api/v1/test/stop?sessionId=",
19+
BUILD_STOP_URL: "https://api.lambdatest.com/api/v1/test/stop?sessionId=",
2120
SESSION_URL:
2221
"https://api.lambdatest.com/automation/api/v1/sessions?limit=200&session_id=",
2322
REPORT_URL:

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.4.4",
3+
"version": "2.4.5",
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)