Select the types of activity you want to include in your feed.
1import { defineConfig } from "@playwright/test"; 2 3export default defineConfig({ 4 webServer: { command: "pnpm run build && pnpm run preview", port: 4173 }, 5 testMatch: "**/*.e2e.{ts,js}" 6});