Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion tests/e2e_automation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@ This directory contains End-to-end Automation Tests for the Immunisation FHIR AP
5. The `Makefile` in this directory provides the following commands:

- `make test` - run all tests (may take some time)
- `make smoke-test` - run smoke tests only (quicker)
- `make test-api-full` - run API tests
- `make test-api-smoke` - run API smoke tests only (quicker)
- `make test-batch-full` - run Batch tests
- `make test-batch-smoke` - run Batch smoke tests only (quicker)
- `make collect-only` - check that all tests are discovered
Loading