@nx/playwright
The Nx Plugin for Playwright contains executors and generators allowing your workspace to use the powerful Playwright integration testing capabilities.
Supply chain provenance
Status for the latest visible version.
Maintainers
Keywords
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:dynamic-require | AI (semgrep): Migration helper loads a known Nx plugin by name; not arbitrary code execution. | ai | |
| semgrep | semgrep:env-spread | AI (semgrep): Test executor intentionally passes env to subprocess; standard pattern for Playwright/test runners. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): Playwright executor must spawn child processes to run tests; expected and legitimate use. | ai |
Versions (showing 50 of 50)
| Version | Deps | Published |
|---|---|---|
| 22.7.5 | 5 / 1 | |
| 22.7.4 | 5 / 1 | |
| 22.7.3 | 5 / 1 | |
| 22.7.2 | 5 / 1 | |
| 22.7.1 | 5 / 1 | |
| 22.7.0 | 5 / 1 | |
| 22.6.5 | 5 / 1 | |
| 22.6.4 | 5 / 1 | |
| 22.6.3 | 5 / 1 | |
| 22.6.2 | 5 / 1 | |
| 22.6.1 | 5 / 1 | |
| 22.6.0 | 5 / 1 | |
| 22.5.4 | 5 / 1 | |
| 22.5.3 | 5 / 1 | |
| 22.5.2 | 5 / 1 | |
| 22.5.1 | 5 / 1 | |
| 22.5.0 | 5 / 1 | |
| 22.4.5 | 5 / 1 | |
| 22.4.4 | 5 / 1 | |
| 22.4.3 | 5 / 1 | |
| 22.4.2 | 5 / 1 | |
| 22.4.1 | 5 / 1 | |
| 22.4.0 | 5 / 1 | |
| 22.3.3 | 5 / 1 | |
| 22.3.2 | 5 / 1 | |
| 22.3.1 | 5 / 1 | |
| 22.3.0 | 5 / 1 | |
| 22.2.7 | 5 / 1 | |
| 22.2.6 | 5 / 1 | |
| 22.2.5 | 5 / 1 | |
| 22.2.4 | 5 / 1 | |
| 22.2.3 | 5 / 1 | |
| 22.2.2 | 5 / 1 | |
| 22.2.1 | 5 / 1 | |
| 22.2.0 | 5 / 1 | |
| 22.1.3 | 5 / 1 | |
| 22.1.2 | 5 / 1 | |
| 22.1.1 | 5 / 1 | |
| 22.1.0 | 5 / 1 | |
| 22.0.4 | 5 / 1 | |
| 22.0.3 | 5 / 1 | |
| 22.0.2 | 5 / 1 | |
| 22.0.1 | 5 / 1 | |
| 22.0.0 | 5 / 1 | |
| 21.6.11 | 6 / 1 | |
| 21.6.10 | 6 / 1 | |
| 21.6.9 | 6 / 1 | |
| 21.3.12 | 6 / 0 | |
| 20.8.4 | 6 / 0 | |
| 20.8.3 | 6 / 0 |
v22.7.5
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.7.4
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.7.3
2 findingsSpreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.7.2
2 findingsSpreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.7.0
2 findingsSpreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.6.5
2 findingsSpreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.6.4
2 findingsSpreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.6.3
2 findingsSpreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.6.2
2 findingsSpreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.6.1
2 findingsSpreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.6.0
2 findingsSpreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.5.4
2 findingsSpreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.5.3
2 findingsSpreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.5.2
2 findingsSpreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.5.1
2 findingsSpreading entire process.env into an object — may capture all secrets 23 | const args = createArgs(options); 24 | const env = options.cacheDir > 25 | ? { ...process.env, PWTEST_CACHE_DIR: options.cacheDir } 26 | : undefined; 27 | const p = runPlaywright(args, context.root, env);
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.5.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.4.5
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.4.4
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.4.3
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.4.2
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.4.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.4.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.3.3
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.3.2
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.3.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.3.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.2.7
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.2.6
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.2.5
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.2.4
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.2.3
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.2.2
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.2.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.2.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.1.3
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.1.2
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.1.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.1.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.0.4
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.0.3
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.0.2
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.0.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v22.0.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v21.6.11
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v21.6.10
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v21.6.9
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v21.3.12
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v20.8.4
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v20.8.3
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.