test: use httpbox fork release (#5655)
This commit is contained in:
+5
-8
@@ -1,10 +1,7 @@
|
||||
To run all tests you will need to run the `kennethreitz/httpbin` and `ghcr.io/chatterino/twitch-pubsub-server-test:latest` docker images.
|
||||
# Pre-requisites to running tests
|
||||
|
||||
For example:
|
||||
- Download & run [httpbox](https://github.com/Chatterino/httpbox/releases/latest)
|
||||
`httpbox --port 9051`
|
||||
|
||||
```bash
|
||||
docker run --network=host --detach ghcr.io/chatterino/twitch-pubsub-server-test:latest
|
||||
docker run -p 9051:80 --detach kennethreitz/httpbin
|
||||
```
|
||||
|
||||
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.
|
||||
- Download & run [twitch-pubsub-server-test](https://github.com/Chatterino/twitch-pubsub-server-test/releases/latest)
|
||||
`twitch-pubsub-server-test`
|
||||
|
||||
Reference in New Issue
Block a user