GitBrowser
BirdGO
9460164/playwright.config.ts
Name Message Date
📁 .claude PWAify 1 month ago
📁 .devcontainer Create basic devcontainer 1 month ago
📁 .vscode Initialize SvelteKit project with Deno, TypeScript, ESLint, and Playwright 1 month ago
📁 scripts Locales 1 month ago
📁 src SPAify 1 month ago
📁 static Redesign UI with scout/patch aesthetic 1 month ago
📄 .gitignore Add BirdNET TF.js on-device bird identification 1 month ago
📄 .npmrc Initialize SvelteKit project with Deno, TypeScript, ESLint, and Playwright 1 month ago
📄 CLAUDE.md Add initial UI: curved arc nav and mic toggle button 1 month ago
📄 deno.json Add BirdNET TF.js on-device bird identification 1 month ago
📄 deno.lock SPAify 1 month ago
📄 eslint.config.js Initialize SvelteKit project with Deno, TypeScript, ESLint, and Playwright 1 month ago
📄 package.json SPAify 1 month ago
📄 playwright.config.ts Initialize SvelteKit project with Deno, TypeScript, ESLint, and Playwright 1 month ago
📄 README.md Add project README and expand CLAUDE.md with vision and code style 1 month ago
📄 svelte.config.js SPAify 1 month ago
📄 tsconfig.json Initialize SvelteKit project with Deno, TypeScript, ESLint, and Playwright 1 month ago
📄 vite.config.ts SPAify 1 month ago
📄 playwright.config.ts
1 2 3 4 5 6 7
import { defineConfig } from '@playwright/test';

export default defineConfig({
	webServer: { command: 'npm run build && npm run preview', port: 4173 },
	testMatch: '**/*.e2e.{ts,js}'
});