Skip to content

Commit 959bec1

Browse files
Merge pull request #58 from pinanks/DOT-2174
Release v2.0.9
2 parents 1dc379a + fe04266 commit 959bec1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.8",
3+
"version": "2.0.9",
44
"description": "A command line interface (CLI) to run SmartUI tests on LambdaTest",
55
"files": [
66
"dist/**/*"

src/lib/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export default async (ctx: Context): Promise<FastifyInstance<Server, IncomingMes
4242
// store server's address for SDK
4343
let { port } = server.addresses()[0];
4444
process.env.SMARTUI_SERVER_ADDRESS = `http://localhost:${port}`;
45+
process.env.CYPRESS_SMARTUI_SERVER_ADDRESS = `http://localhost:${port}`;
4546

4647
return server;
4748
}

0 commit comments

Comments
 (0)