We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69dcf1c commit fdc6555Copy full SHA for fdc6555
1 file changed
tests/e2e_automation/README.md
@@ -54,5 +54,8 @@ This directory contains End-to-end Automation Tests for the Immunisation FHIR AP
54
5. The `Makefile` in this directory provides the following commands:
55
56
- `make test` - run all tests (may take some time)
57
-- `make smoke-test` - run smoke tests only (quicker)
+- `make test-api-full` - run API tests
58
+- `make test-api-smoke` - run API smoke tests only (quicker)
59
+- `make test-batch-full` - run Batch tests
60
+- `make test-batch-smoke` - run Batch smoke tests only (quicker)
61
- `make collect-only` - check that all tests are discovered
0 commit comments