From 9c0966d725bd8a9f9daeeac292e75d071b8f7549 Mon Sep 17 00:00:00 2001 From: James Wharmby Date: Wed, 14 Jan 2026 11:54:19 +0000 Subject: [PATCH 1/2] README --- tests/e2e_automation/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/e2e_automation/README.md b/tests/e2e_automation/README.md index cb426706d4..c2658de933 100644 --- a/tests/e2e_automation/README.md +++ b/tests/e2e_automation/README.md @@ -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-functional` - run API tests +- `make test-api-smoke` - run API smoke tests only (quicker) +- `make test-batch-functional` - run Batch tests +- `make test-batch-smoke` - run Batch smoke tests only (quicker) - `make collect-only` - check that all tests are discovered From a63dcc139d5d17017813ac1f3e9f07df03904da7 Mon Sep 17 00:00:00 2001 From: James Wharmby Date: Wed, 14 Jan 2026 11:56:01 +0000 Subject: [PATCH 2/2] README II --- tests/e2e_automation/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e_automation/README.md b/tests/e2e_automation/README.md index c2658de933..90251fc918 100644 --- a/tests/e2e_automation/README.md +++ b/tests/e2e_automation/README.md @@ -52,8 +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 test-api-functional` - run API tests +- `make test-api-full` - run API tests - `make test-api-smoke` - run API smoke tests only (quicker) -- `make test-batch-functional` - run Batch tests +- `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