Preflight Checklist
Problem Description
Integration tests currently run on GitHub Actions. Locally you need Docker Compose and Make. That makes running integration tests a challenge.
Proposed Solution
Provide a Dagger module to run integration tests. It would encapsulate all dependencies this making test run a single command.
The downside is: there is an extra dependency on a project not everyone may know about. But Dagger is becoming more and more popular.
Alternatives Considered
WDYT @nabokihms
Additional Information
No response
Preflight Checklist
Problem Description
Integration tests currently run on GitHub Actions. Locally you need Docker Compose and Make. That makes running integration tests a challenge.
Proposed Solution
Provide a Dagger module to run integration tests. It would encapsulate all dependencies this making test run a single command.
The downside is: there is an extra dependency on a project not everyone may know about. But Dagger is becoming more and more popular.
Alternatives Considered
WDYT @nabokihms
Additional Information
No response