Merge branch 'main' into feature/npc-policy-parity

# Conflicts:
#	app/game-frontend/e2e/playwright.config.mjs
#	docs/frontend-legacy-parity.md
This commit is contained in:
2026-07-26 05:18:57 +00:00
35 changed files with 3936 additions and 1009 deletions
+8 -1
View File
@@ -8,7 +8,14 @@ const baseURL = `http://127.0.0.1:${port}/che/`;
export default defineConfig({
testDir: '.',
testMatch: ['troop.spec.ts', 'board.spec.ts', 'inGameInfo.spec.ts', 'nationOffices.spec.ts', 'npcPolicy.spec.ts'],
testMatch: [
'troop.spec.ts',
'board.spec.ts',
'inGameInfo.spec.ts',
'nationOffices.spec.ts',
'nationGeneralSecret.spec.ts',
'npcPolicy.spec.ts',
],
fullyParallel: false,
workers: 1,
timeout: 30_000,