Skip to content

Commit 27b4502

Browse files
committed
chore: remove it
1 parent 6cdb6d3 commit 27b4502

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

e2e/playwright.config.ts

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,21 @@ export default defineConfig({
1010
retries: 0,
1111
workers: 1, // Electron tests must run serially — only one app instance at a time
1212

13-
reporter: [["list"], ["html", { outputFolder: "playwright-report", open: "never" }]],
13+
reporter: [
14+
["list"],
15+
["html", { outputFolder: "playwright-report", open: "never" }],
16+
],
1417

1518
projects: [
1619
{
1720
name: "ui",
1821
testDir: "./tests/ui",
19-
use: {
20-
// UI tests run in mock mode — no backend needed
21-
// Requires testing-view to be built with: pnpm --filter testing-view build:e2e
22-
},
22+
use: {},
2323
},
2424
{
2525
name: "integration",
2626
testDir: "./tests/integration",
27-
use: {
28-
// Integration tests require the Go backend binary to be built
29-
},
27+
use: {},
3028
},
3129
],
3230
});

0 commit comments

Comments
 (0)