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.