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
- Add e2e-keel HTTP app with SQLite testing endpoints
- Implement automated test orchestration with e2e-run script
- Add query parameter support for flexible user creation
- Include smoke test workflow with build → run → test → shutdown
- Update documentation with E2E testing instructions
- Mark SQL Spin SQLite adapter as complete in roadmap
The E2E app provides HTTP endpoints for setup, user management, and
transaction testing against SQLite. The automated script handles the
full lifecycle including background app startup, readiness checks,
and cleanup. This enables comprehensive behavioral testing of the
SQL adapter implementation.
0 commit comments