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.
2 parents 83d313e + f04df36 commit 7bb6dbdCopy full SHA for 7bb6dbd
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@lambdatest/smartui-cli",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "A command line interface (CLI) to run SmartUI tests on LambdaTest",
5
"files": [
6
"dist/**/*"
src/lib/env.ts
@@ -3,7 +3,7 @@ import { Env } from '../types.js';
export default (): Env => {
const {
PROJECT_TOKEN = '',
- SMARTUI_CLIENT_API_URL = 'https://api.lambdatest.com',
+ SMARTUI_CLIENT_API_URL = 'https://api.lambdatest.com/visualui/1.0',
7
SMARTUI_LOG_LEVEL,
8
SMARTUI_DEBUG
9
} = process.env
0 commit comments