test(electrobun): expand E2E suite — 75 new tests (120 total, 14 spec files)
New specs: search, files, comms, tasks, theme, groups, keyboard, notifications, diagnostics, splash. All under 300 lines, CSS class selectors matching actual components, display toggle aware.
This commit is contained in:
parent
e73aeb4aaf
commit
dd1d692e7b
11 changed files with 755 additions and 0 deletions
|
|
@ -41,10 +41,20 @@ export const config = {
|
|||
|
||||
// ── Specs ──
|
||||
specs: [
|
||||
resolve(__dirname, "specs/splash.test.ts"),
|
||||
resolve(__dirname, "specs/smoke.test.ts"),
|
||||
resolve(__dirname, "specs/groups.test.ts"),
|
||||
resolve(__dirname, "specs/settings.test.ts"),
|
||||
resolve(__dirname, "specs/theme.test.ts"),
|
||||
resolve(__dirname, "specs/terminal.test.ts"),
|
||||
resolve(__dirname, "specs/agent.test.ts"),
|
||||
resolve(__dirname, "specs/keyboard.test.ts"),
|
||||
resolve(__dirname, "specs/search.test.ts"),
|
||||
resolve(__dirname, "specs/notifications.test.ts"),
|
||||
resolve(__dirname, "specs/files.test.ts"),
|
||||
resolve(__dirname, "specs/comms.test.ts"),
|
||||
resolve(__dirname, "specs/tasks.test.ts"),
|
||||
resolve(__dirname, "specs/diagnostics.test.ts"),
|
||||
],
|
||||
|
||||
// ── Capabilities ──
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue