Skip to content

Commit

Permalink
Merge pull request #132 from LambdaTest/dev
Browse files Browse the repository at this point in the history
2.4.5
  • Loading branch information
japneetlambdatest authored Apr 10, 2022
2 parents 5b5fd8a + 6f6e4b8 commit 019edeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions commands/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ module.exports = {
prod: {
INTEGRATION_BASE_URL: "https://api.lambdatest.com/liis",
BUILD_BASE_URL: "https://api.lambdatest.com/automation/api/v1/builds/",
BUILD_STOP_URL:
"https://beta-api.lambdatest.com/api/v1/test/stop?sessionId=",
BUILD_STOP_URL: "https://api.lambdatest.com/api/v1/test/stop?sessionId=",
SESSION_URL:
"https://api.lambdatest.com/automation/api/v1/sessions?limit=200&session_id=",
REPORT_URL:
Expand Down
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": "2.4.4",
"version": "2.4.5",
"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 019edeb

Please sign in to comment.