@nx/playwright 20.1.0-canary.20241017-c902036 → 20.1.0-canary.20241018-f971c1b
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/playwright",
|
|
3
|
-
"version": "20.1.0-canary.
|
|
3
|
+
"version": "20.1.0-canary.20241018-f971c1b",
|
|
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.
|
|
39
|
-
"@nx/eslint": "20.1.0-canary.
|
|
40
|
-
"@nx/webpack": "20.1.0-canary.
|
|
41
|
-
"@nx/vite": "20.1.0-canary.
|
|
42
|
-
"@nx/js": "20.1.0-canary.
|
|
38
|
+
"@nx/devkit": "20.1.0-canary.20241018-f971c1b",
|
|
39
|
+
"@nx/eslint": "20.1.0-canary.20241018-f971c1b",
|
|
40
|
+
"@nx/webpack": "20.1.0-canary.20241018-f971c1b",
|
|
41
|
+
"@nx/vite": "20.1.0-canary.20241018-f971c1b",
|
|
42
|
+
"@nx/js": "20.1.0-canary.20241018-f971c1b",
|
|
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:
|
|
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:
|
|
105
|
+
windowsHide: false,
|
|
106
106
|
});
|
|
107
107
|
};
|
|
108
108
|
}
|