@lambdatest/smartui-cli 4.0.18 → 4.0.19

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
@@ -1125,7 +1125,7 @@ var auth_default = (ctx) => {
1125
1125
  };
1126
1126
 
1127
1127
  // package.json
1128
- var version = "4.0.18";
1128
+ var version = "4.0.19";
1129
1129
  var package_default = {
1130
1130
  name: "@lambdatest/smartui-cli",
1131
1131
  version,
@@ -1658,6 +1658,7 @@ function launchBrowsers(ctx) {
1658
1658
  browsers[constants_default.FIREFOX] = yield test.firefox.launch(launchOptions);
1659
1659
  break;
1660
1660
  case constants_default.EDGE:
1661
+ launchOptions.args = ["--headless=new"];
1661
1662
  browsers[constants_default.EDGE] = yield test.chromium.launch(__spreadValues({ channel: constants_default.EDGE_CHANNEL }, launchOptions));
1662
1663
  break;
1663
1664
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambdatest/smartui-cli",
3
- "version": "4.0.18",
3
+ "version": "4.0.19",
4
4
  "description": "A command line interface (CLI) to run SmartUI tests on LambdaTest",
5
5
  "files": [
6
6
  "dist/**/*"