You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: move REST tests from Docker to regular test suite
- Add test-server:writable script without --read-only flag
- Add test:rest script to run REST tests
- Include test:rest in main test command
- Update GitHub workflow to run REST tests with writable server
- Remove REST tests from docker-compose acceptance tests
This fixes the data cleanup issues caused by --read-only mode
in Docker environment. REST tests don't require Docker isolation
and can run like other unit/runner tests.
Results: 37/38 tests pass (vs 7 failures in Docker)
0 commit comments