We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a6274 commit 0403732Copy full SHA for 0403732
commands/utils/constants.js
@@ -20,7 +20,7 @@ module.exports = {
20
REPORT_URL:
21
"https://api.lambdatest.com/automation/api/v1/cypress/report/artefacts/test/",
22
},
23
- stage: {
+ beta: {
24
INTEGRATION_BASE_URL: "https://api.cypress-v3.dev.lambdatest.io/liis",
25
BUILD_BASE_URL:
26
"https://api.cypress-v3.dev.lambdatest.io/automation/api/v1/builds/",
@@ -31,7 +31,7 @@ module.exports = {
31
32
"https://api.cypress-v3.dev.lambdatest.io/automation/api/v1/cypress/artefacts/test/",
33
34
- beta: {
+ stage: {
35
INTEGRATION_BASE_URL: "https://stage-api.lambdatest.com/liis",
36
37
"https://stage-api.lambdatest.com/automation/api/v1/builds/",
0 commit comments