-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Priority: P1 - High
Description
Create integration test for --skip-pull flag covering:
- Success when images are pre-downloaded
- Error when images not available locally
- Rejection of
--skip-pullwith--build-local
Current Test Coverage
- Unit tests exist in
cli.test.tsanddocker-manager.test.ts - Integration tests are missing
Acceptance Criteria
- Add
skipPulloption toAwfRunnerintests/fixtures/awf-runner.ts - Create
tests/integration/skip-pull.test.ts - Tests pass in CI environment
Files to Modify
tests/fixtures/awf-runner.tstests/integration/skip-pull.test.ts(new)
Reactions are currently unavailable