Updated Testing (markdown)

master
Hunter Long 2020-05-01 05:37:20 -07:00
parent aadeaf4f43
commit daf594b496
1 changed files with 2 additions and 0 deletions

@ -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.