@lambdatest/smartui-cli 2.0.8 → 2.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.cjs +2 -1
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -467,6 +467,7 @@ var server_default = (ctx) => __async(void 0, null, function* () {
467
467
  yield server.listen();
468
468
  let { port } = server.addresses()[0];
469
469
  process.env.SMARTUI_SERVER_ADDRESS = `http://localhost:${port}`;
470
+ process.env.CYPRESS_SMARTUI_SERVER_ADDRESS = `http://localhost:${port}`;
470
471
  return server;
471
472
  });
472
473
 
@@ -619,7 +620,7 @@ function createWebStaticConfig(filepath) {
619
620
  }
620
621
 
621
622
  // package.json
622
- var version = "2.0.8";
623
+ var version = "2.0.9";
623
624
  var package_default = {
624
625
  name: "@lambdatest/smartui-cli",
625
626
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambdatest/smartui-cli",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "A command line interface (CLI) to run SmartUI tests on LambdaTest",
5
5
  "files": [
6
6
  "dist/**/*"