[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

test: move e2e tests into `test/` directory (#489)

authored by

James Garbutt and committed by
GitHub
799690b5 4760859f

+1 -1
+1 -1
playwright.config.ts
··· 6 6 const baseURL = 'http://localhost:5678' 7 7 8 8 export default defineConfig<ConfigOptions>({ 9 - testDir: './tests', 9 + testDir: './test/e2e', 10 10 fullyParallel: true, 11 11 forbidOnly: !!process.env.CI, 12 12 retries: process.env.CI ? 2 : 0,
tests/badge.spec.ts test/e2e/badge.spec.ts
tests/create-command.spec.ts test/e2e/create-command.spec.ts
tests/docs.spec.ts test/e2e/docs.spec.ts
tests/interactions.spec.ts test/e2e/interactions.spec.ts
tests/og-image.spec.ts test/e2e/og-image.spec.ts
tests/package-manager-select.spec.ts test/e2e/package-manager-select.spec.ts
tests/url-compatibility.spec.ts test/e2e/url-compatibility.spec.ts