[READ-ONLY] Mirror of https://github.com/improsocial/impro An extensible Bluesky client for web impro.social
6

Configure Feed

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

Increase e2e workers count

Grace Kind (Jul 18, 2026, 7:32 PM -0500) 14529270 e43b1b07

+1
+1
playwright.config.js
··· 8 8 testDir: "./tests/e2e/specs", 9 9 outputDir: "./tests/e2e/.results", 10 10 fullyParallel: true, 11 + workers: process.env.CI ? 4 : undefined, 11 12 retries: 2, 12 13 use: { 13 14 baseURL: "http://localhost:8081",