TASK: Replace integration lane with post-build backend runtime black-box tests #72
Reference in New Issue
Block a user
Delete Branch "feature/issue-61-runtime-blackbox-integration"
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?
Summary
Replace the existing source-context integration lane with backend runtime black-box integration checks that run against started deployable containers.
This change wires deployable backend image references (both commit tag and immutable digest) from the build workflow into the tests workflow, then validates runtime behavior over network endpoints.
Why
Integration confidence should come from testing running service artifacts, not only source-mounted or in-process execution.
What Changed
Build workflow now:
CICD Tests workflow now:
Documentation updated:
Scope
Included:
Out of scope:
Acceptance Criteria Mapping
Verification
Related