Merge main into feature/ingame-info-menus

This commit is contained in:
2026-07-26 05:21:11 +00:00
41 changed files with 5559 additions and 2242 deletions
+9 -1
View File
@@ -8,7 +8,15 @@ const baseURL = `http://127.0.0.1:${port}/che/`;
export default defineConfig({
testDir: '.',
testMatch: ['troop.spec.ts', 'board.spec.ts', 'inGameInfo.spec.ts', 'inGameMenus.spec.ts', 'nationOffices.spec.ts'],
testMatch: [
'troop.spec.ts',
'board.spec.ts',
'inGameInfo.spec.ts',
'inGameMenus.spec.ts',
'nationOffices.spec.ts',
'nationGeneralSecret.spec.ts',
'npcPolicy.spec.ts',
],
fullyParallel: false,
workers: 1,
timeout: 30_000,