From 2d504f0b3684d8bb23ac57e1d0a00c480c45f15f Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Fri, 18 Oct 2024 15:44:37 +0200 Subject: [PATCH] test(docs): update test running docs --- tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index 47ac1b202ae..a4d4a02d35b 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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.