E2E smoke test: game loads → backend connects → no crash #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Create an automated end-to-end smoke test that validates:
Implementation
Server-side (gameServer/main.js)
Client-side (tests/e2e/smoke.test.js)
Run:
node tests/e2e/smoke.test.jsDependencies