Skip to content
Open
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
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).**
Expand Down
Loading