@nx/playwright 19.5.0-beta.1 → 19.5.0-beta.3

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -59,7 +59,7 @@ npx nx@latest init
59
59
  - [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
60
60
  - [Intro to Nx](https://nx.dev/getting-started/intro)
61
61
  - [Official Nx YouTube Channel](https://www.youtube.com/@NxDevtools)
62
- - [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
62
+ - [Blog Posts About Nx](https://nx.dev/blog)
63
63
 
64
64
  <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
65
65
  width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/playwright",
3
- "version": "19.5.0-beta.1",
3
+ "version": "19.5.0-beta.3",
4
4
  "type": "commonjs",
5
5
  "homepage": "https://nx.dev",
6
6
  "private": false,
@@ -35,9 +35,9 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@phenomnomnominal/tsquery": "~5.0.1",
38
- "@nx/devkit": "19.5.0-beta.1",
39
- "@nx/eslint": "19.5.0-beta.1",
40
- "@nx/js": "19.5.0-beta.1",
38
+ "@nx/devkit": "19.5.0-beta.3",
39
+ "@nx/eslint": "19.5.0-beta.3",
40
+ "@nx/js": "19.5.0-beta.3",
41
41
  "tslib": "^2.3.0",
42
42
  "minimatch": "9.0.3"
43
43
  },
@@ -81,6 +81,7 @@ async function buildPlaywrightTargets(configFilePath, projectRoot, options, cont
81
81
  options: {
82
82
  cwd: '{projectRoot}',
83
83
  },
84
+ parallelism: false,
84
85
  metadata: {
85
86
  technologies: ['playwright'],
86
87
  description: 'Runs Playwright Tests',
@@ -163,6 +164,7 @@ async function buildPlaywrightTargets(configFilePath, projectRoot, options, cont
163
164
  inputs: ciBaseTargetConfig.inputs,
164
165
  outputs: ciBaseTargetConfig.outputs,
165
166
  dependsOn,
167
+ parallelism: false,
166
168
  metadata: {
167
169
  technologies: ['playwright'],
168
170
  description: 'Runs Playwright Tests in CI',