From 78fec3a39f459eec00565b87fe86de5a171e6ecb Mon Sep 17 00:00:00 2001 From: "Will Gibson (Made Tech)" <261894875+willgibson-madetech@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:41:32 +0100 Subject: [PATCH] docs: Update README during weekly major incident readiness --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 4d7a56d..07f41b6 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,24 @@ Note that these test seem to have a reliance on the API being running, which is npm run test ``` +#### WebDriverIO tests + +**Todo: Get clear working instructions for running these locally.** + +Ensure that you do not have the SMarT API or UI running in any form. + +Run the whole service using Docker Compose... + +```shell +COMPOSE_PROFILES=full docker compose up +``` + +Run the WebDriverIO tests... + +```shell +npm run test:wdio-headless +``` + ### BDD (Cucumber) tests **Note: These do not work at the time of writing, but we have created [a ticket to address this](https://madetech-team-b91dpvs1.atlassian.net/browse/MCA-235).**