Skip to content

Commit 7bb6dbd

Browse files
authored
Merge pull request #22 from LambdaTest/stage
Release v2.0.1
2 parents 83d313e + f04df36 commit 7bb6dbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdatest/smartui-cli",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A command line interface (CLI) to run SmartUI tests on LambdaTest",
55
"files": [
66
"dist/**/*"

src/lib/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Env } from '../types.js';
33
export default (): Env => {
44
const {
55
PROJECT_TOKEN = '',
6-
SMARTUI_CLIENT_API_URL = 'https://api.lambdatest.com',
6+
SMARTUI_CLIENT_API_URL = 'https://api.lambdatest.com/visualui/1.0',
77
SMARTUI_LOG_LEVEL,
88
SMARTUI_DEBUG
99
} = process.env

0 commit comments

Comments
 (0)