Skip to main content

e2e-testing

Covers end-to-end testing best practices using Playwright, Cypress, Selenium, and Puppeteer for reliable web application testing.

Install this skill

or
82/100

Security score

The e2e-testing skill was audited on Feb 27, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 348

Template literal with variable interpolation in command context

SourceSKILL.md
348<div data-testid={`product-card-${product.id}`}>
medium line 548

Template literal with variable interpolation in command context

SourceSKILL.md
548const uniqueEmail = `test-${Date.now()}@example.com`;
low line 41

Access to .env file

SourceSKILL.md
41forbidOnly: !!process.env.CI,
low line 42

Access to .env file

SourceSKILL.md
42retries: process.env.CI ? 2 : 0,
low line 43

Access to .env file

SourceSKILL.md
43workers: process.env.CI ? 1 : undefined,
low line 59

Access to .env file

SourceSKILL.md
59reuseExistingServer: !process.env.CI,
low line 558

Access to .env file

SourceSKILL.md
558retries: process.env.CI ? 2 : 0,
low line 46

External URL reference

SourceSKILL.md
46baseURL: "http://localhost:3000",
low line 58

External URL reference

SourceSKILL.md
58url: "http://localhost:3000",
low line 76

External URL reference

SourceSKILL.md
76baseUrl: "http://localhost:3000",
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →