Skip to main content

playwright-testing

Provides patterns for reliable end-to-end testing with Playwright, focusing on web-first assertions and user-visible locators.

Install this skill

or
73/100

Security score

The playwright-testing skill was audited on Jun 8, 2026 and we found 15 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 391

Access to .env file

SourceSKILL.md
391forbidOnly: !!process.env.CI,
low line 392

Access to .env file

SourceSKILL.md
392retries: process.env.CI ? 2 : 0,
low line 393

Access to .env file

SourceSKILL.md
393workers: process.env.CI ? 1 : undefined,
low line 408

Access to .env file

SourceSKILL.md
408reuseExistingServer: !process.env.CI,
medium line 416

Access to .env file

SourceSKILL.md
416- **`forbidOnly: !!process.env.CI`** — fails CI if `test.only` is left in code.
medium line 465

Access to .env file

SourceSKILL.md
465- [ ] `forbidOnly: !!process.env.CI` to prevent `test.only` in CI
medium line 468

Access to .env file

SourceSKILL.md
468- [ ] Retries in CI (`retries: process.env.CI ? 2 : 0`)
low line 396

External URL reference

SourceSKILL.md
396baseURL: 'http://localhost:3000',
low line 445

External URL reference

SourceSKILL.md
445- [Playwright Docs: Locators](https://playwright.dev/docs/locators)
low line 446

External URL reference

SourceSKILL.md
446- [Playwright Docs: Assertions](https://playwright.dev/docs/test-assertions)
low line 447

External URL reference

SourceSKILL.md
447- [Playwright Docs: Auto-waiting](https://playwright.dev/docs/actionability)
low line 448

External URL reference

SourceSKILL.md
448- [Playwright Docs: Network](https://playwright.dev/docs/network)
low line 449

External URL reference

SourceSKILL.md
449- [Playwright Docs: Authentication](https://playwright.dev/docs/auth)
low line 450

External URL reference

SourceSKILL.md
450- [Playwright Docs: Fixtures](https://playwright.dev/docs/test-fixtures)
low line 451

External URL reference

SourceSKILL.md
451- [Playwright Docs: Page Object Model](https://playwright.dev/docs/pom)
Scanned on Jun 8, 2026
View Security Dashboard
Installation guide →
GitHub Stars 17
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
marmelab/crm-builder