@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.
- package/dist/index.cjs +2 -1
- 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.
|
|
623
|
+
var version = "2.0.9";
|
|
623
624
|
var package_default = {
|
|
624
625
|
name: "@lambdatest/smartui-cli",
|
|
625
626
|
version,
|