Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDudley committed Mar 27, 2024
1 parent 360fc83 commit 343ac7f
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 343ac7f

Please sign in to comment.