Initial attempt at some tests that help us determine if the game has basic functionality

Signed-off-by: Tyler Marques <me@tylermarques.com>
This commit is contained in:
Tyler Marques 2025-05-30 20:17:33 -07:00
parent e81f41fc57
commit eebfba0a1b
No known key found for this signature in database
GPG key ID: CB99EDCF41D3016F
15 changed files with 848 additions and 9 deletions

View file

@ -10,9 +10,14 @@
"preview": "vite preview --host 0.0.0.0",
"test": "vitest",
"test:ui": "vitest --ui",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:debug": "playwright test --debug",
"lint": "tsc --noEmit"
},
"devDependencies": {
"@playwright/test": "^1.52.0",
"@types/node": "^22.15.29",
"@vitest/ui": "^3.1.4",
"jsdom": "^26.1.0",
"typescript": "~5.7.2",