From daf594b496e100484dac3865cd1d7b97e19347cf Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Fri, 1 May 2020 05:37:20 -0700 Subject: [PATCH] Updated Testing (markdown) --- Testing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Testing.md b/Testing.md index 1e5c8c5..97ef292 100644 --- a/Testing.md +++ b/Testing.md @@ -15,6 +15,8 @@ The easiest way to run local unit testing by using SQLite and following the comm 4. `make install` Will install `statping` locally so your system test CLI commands/flags. 5. `go test -v ./...` Run all tests for Statping. +> If you run Statping on port 8585, and then run `yarn dev` the debug Vue server will be running on port 8888. + ## Notifier Testing To test the notifiers, you must include an environment variable that is set in each notifier test. If that notifier test environment variable is not set, it will be skipped.