Skip to content

Commit

Permalink
Merge pull request #58 from pinanks/DOT-2174
Browse files Browse the repository at this point in the history
Release v2.0.9
  • Loading branch information
arushsaxena1998 authored Mar 13, 2024
2 parents 1dc379a + fe04266 commit 959bec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lambdatest/smartui-cli",
"version": "2.0.8",
"version": "2.0.9",
"description": "A command line interface (CLI) to run SmartUI tests on LambdaTest",
"files": [
"dist/**/*"
Expand Down
1 change: 1 addition & 0 deletions src/lib/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default async (ctx: Context): Promise<FastifyInstance<Server, IncomingMes
// store server's address for SDK
let { port } = server.addresses()[0];
process.env.SMARTUI_SERVER_ADDRESS = `http://localhost:${port}`;
process.env.CYPRESS_SMARTUI_SERVER_ADDRESS = `http://localhost:${port}`;

return server;
}

0 comments on commit 959bec1

Please sign in to comment.