Skip to content

Commit 800848a

Browse files
Merge pull request #88 from LambdaTest/dev
Dev
2 parents fe8eae9 + af1e82a commit 800848a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commands/utils/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
SESSION_URL:
1919
"https://api.lambdatest.com/automation/api/v1/sessions?limit=200&session_id=",
2020
REPORT_URL:
21-
"https://api.lambdatest.com/automation/api/v1/cypress/report/artefacts/test/",
21+
"https://api.lambdatest.com/automation/api/v1/cypress/artefacts/test/",
2222
},
2323
beta: {
2424
INTEGRATION_BASE_URL: "https://api.cypress-v3.dev.lambdatest.io/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.1.5",
3+
"version": "2.1.6",
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)