Skip to content

Commit 8ade70c

Browse files
authored
Update README.md
1 parent 8e25127 commit 8ade70c

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,19 @@ qBittorrent.sink { completion in
5454

5555
### Unit tests
5656

57-
`$ swift test --filter UnitTests`
57+
1. Start test by:
58+
```bash
59+
swift test --filter UnitTests
60+
```
5861

5962
### Integration tests
6063

61-
```bash
62-
$ docker-compose -f ./Resources/docker-compose.yml up -d
63-
$ swift test --filter IntegrationTests
64-
```
64+
1. [Install Docker](https://docs.docker.com/get-docker/)
65+
2. Start qBittorrent server in Docker by:
66+
```bash
67+
docker-compose -f ./Resources/docker-compose.yml up -d
68+
```
69+
3. Run the tests
70+
```bash
71+
swift test --filter IntegrationTests
72+
```

0 commit comments

Comments
 (0)