Add support for E2E testing infrastructure and OAuth configurations
- Introduced make commands for E2E tests using Testcontainers and Schemathesis. - Updated `.env.demo` with configurable OAuth settings for Google and GitHub. - Enhanced `README.md` with updated environment setup instructions. - Added E2E testing dependencies and markers in `pyproject.toml` for real PostgreSQL and API contract validation. - Included new libraries (`arrow`, `attrs`, `docker`, etc.) for testing and schema validation workflows.
This commit is contained in:
1
backend/tests/e2e/__init__.py
Normal file
1
backend/tests/e2e/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""E2E tests using Testcontainers and Schemathesis."""
|
||||
Reference in New Issue
Block a user