@nx/playwright 20.1.0-canary.20241017-c902036 → 20.1.0-canary.20241019-19e765f

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/playwright",
3
- "version": "20.1.0-canary.20241017-c902036",
3
+ "version": "20.1.0-canary.20241019-19e765f",
4
4
  "type": "commonjs",
5
5
  "homepage": "https://nx.dev",
6
6
  "private": false,
@@ -35,11 +35,11 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@phenomnomnominal/tsquery": "~5.0.1",
38
- "@nx/devkit": "20.1.0-canary.20241017-c902036",
39
- "@nx/eslint": "20.1.0-canary.20241017-c902036",
40
- "@nx/webpack": "20.1.0-canary.20241017-c902036",
41
- "@nx/vite": "20.1.0-canary.20241017-c902036",
42
- "@nx/js": "20.1.0-canary.20241017-c902036",
38
+ "@nx/devkit": "20.1.0-canary.20241019-19e765f",
39
+ "@nx/eslint": "20.1.0-canary.20241019-19e765f",
40
+ "@nx/webpack": "20.1.0-canary.20241019-19e765f",
41
+ "@nx/vite": "20.1.0-canary.20241019-19e765f",
42
+ "@nx/js": "20.1.0-canary.20241019-19e765f",
43
43
  "tslib": "^2.3.0",
44
44
  "minimatch": "9.0.3"
45
45
  },
@@ -17,7 +17,7 @@ async function playwrightExecutor(options, context) {
17
17
  (0, child_process_1.execSync)(`${pmc.exec} playwright install`, {
18
18
  cwd: devkit_1.workspaceRoot,
19
19
  stdio: 'inherit',
20
- windowsHide: true,
20
+ windowsHide: false,
21
21
  });
22
22
  }
23
23
  const args = createArgs(options);
@@ -102,7 +102,7 @@ function getBrowsersInstallTask() {
102
102
  const pmc = (0, devkit_1.getPackageManagerCommand)();
103
103
  (0, child_process_1.execSync)(`${pmc.exec} playwright install`, {
104
104
  cwd: devkit_1.workspaceRoot,
105
- windowsHide: true,
105
+ windowsHide: false,
106
106
  });
107
107
  };
108
108
  }