Split planner E2E tests into focused feature files
Breaks the monolithic planner.test.ts (581 lines, 25 tests) into five focused files grouped by feature area, with BRouter mocked by default via test.beforeEach in files that need routing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
72c01eb18c
commit
0b146f9b32
14 changed files with 584 additions and 582 deletions
|
|
@ -25,7 +25,7 @@ export default defineConfig({
|
|||
},
|
||||
{
|
||||
name: "planner",
|
||||
testMatch: "planner.test.ts",
|
||||
testMatch: "planner-*.test.ts",
|
||||
use: {
|
||||
...devices["Desktop Chrome"],
|
||||
baseURL: "http://localhost:3001",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue