From 343ac7f71580ed7712a3fa8a6506fa15ea88a396 Mon Sep 17 00:00:00 2001 From: Sam Dudley Date: Wed, 27 Mar 2024 12:17:17 +0000 Subject: [PATCH] wip --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4ee59644..310c7759 100644 --- a/README.md +++ b/README.md @@ -91,28 +91,22 @@ for example: ### Run BDD front end from host machine -Make sure you are running the chrome container: +Run the chrome container: ```bash docker compose up -d chrome ``` -And you have built the frontend assets: +Build the frontend assets: ```bash npm run bdd ``` -### SSH into web container +Run the tests: ```bash -docker compose exec web bash -``` - -### Run BDD tests - -```bash -python manage.py behave --settings=config.settings.bdd +make bdd ``` ## Notes