mirror of https://github.com/statping/statping
Updated Testing (markdown)
parent
aadeaf4f43
commit
daf594b496
|
@ -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.
|
4. `make install` Will install `statping` locally so your system test CLI commands/flags.
|
||||||
5. `go test -v ./...` Run all tests for Statping.
|
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
|
## 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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue