-
-
Notifications
You must be signed in to change notification settings - Fork 460
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(docs): update test running docs
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |