Skip to content

Commit

Permalink
test(docs): update test running docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Oct 18, 2024
1 parent a8d60b0 commit 2d504f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
To run all tests you will need to run the `kennethreitz/httpbin` and `ghcr.io/chatterino/twitch-pubsub-server-test:latest` docker images.
To run all tests you will need to run the `ghcr.io/chatterino/chatterino2-test-httpbox:latest` and `ghcr.io/chatterino/twitch-pubsub-server-test:latest` docker images.

For example:

```bash
docker run --network=host --detach ghcr.io/chatterino/twitch-pubsub-server-test:latest
docker run -p 9051:80 --detach kennethreitz/httpbin
docker run -p 9051:9051 --detach ghcr.io/chatterino/chatterino2-test-httpbox:latest
```

If you're unable to use docker, you can use [httpbox](/~https://github.com/kevinastone/httpbox) (`httpbox --port 9051`) and [Chatterino/twitch-pubsub-server-test](/~https://github.com/Chatterino/twitch-pubsub-server-test/releases/latest) manually.

0 comments on commit 2d504f0

Please sign in to comment.