ScuttleBot

scuttlebot / tests / e2e / playwright.config.ts
Source Blame History 19 lines
f7eb47b… lmata 1 import { defineConfig, devices } from '@playwright/test';
f7eb47b… lmata 2
f7eb47b… lmata 3 export default defineConfig({
f7eb47b… lmata 4 testDir: './tests',
f7eb47b… lmata 5 timeout: 15_000,
f7eb47b… lmata 6 retries: 0,
f7eb47b… lmata 7 reporter: [['list'], ['html', { open: 'never' }]],
f7eb47b… lmata 8 use: {
f7eb47b… lmata 9 baseURL: 'http://localhost:8080',
f7eb47b… lmata 10 trace: 'on-first-retry',
f7eb47b… lmata 11 },
f7eb47b… lmata 12 projects: [
f7eb47b… lmata 13 {
f7eb47b… lmata 14 name: 'chromium',
f7eb47b… lmata 15 use: { ...devices['Desktop Chrome'] },
f7eb47b… lmata 16 },
f7eb47b… lmata 17 ],
f7eb47b… lmata 18 // No webServer block — tests assume scuttlebot is already running.
f7eb47b… lmata 19 });

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button