Description
Create an end-to-end test that runs the full `/build-from-schema` pipeline against a sample OpenAPI spec and verifies the output at every phase.
Why
The pipeline is Nerva's core value proposition. Without an E2E test, there's no automated verification that the 10-phase pipeline produces a working API. This is the most critical test the project can have — it validates that all skills, agents, and scripts work together correctly.
Acceptance Criteria
Notes
This test requires a running PostgreSQL instance. Use Docker Compose or `testcontainers` in CI.
Description
Create an end-to-end test that runs the full `/build-from-schema` pipeline against a sample OpenAPI spec and verifies the output at every phase.
Why
The pipeline is Nerva's core value proposition. Without an E2E test, there's no automated verification that the 10-phase pipeline produces a working API. This is the most critical test the project can have — it validates that all skills, agents, and scripts work together correctly.
Acceptance Criteria
Notes
This test requires a running PostgreSQL instance. Use Docker Compose or `testcontainers` in CI.