[READ-ONLY] Mirror of https://github.com/flo-bit/shapecraft. flo-bit.dev/shapecraft/
0

Configure Feed

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

shapecraft / webapp / playwright.config.ts
188 B 6 lines
1import { defineConfig } from '@playwright/test'; 2 3export default defineConfig({ 4 webServer: { command: 'npm run build && npm run preview', port: 4173 }, 5 testMatch: '**/*.e2e.{ts,js}' 6});