You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,5 +60,14 @@ github-exporter:
60
60
Metrics will be made available on port 9171 by default
61
61
An example of these metrics can be found in the `METRICS.md` markdown file in the root of this repository
62
62
63
+
## Tests
64
+
65
+
There is a set of blackbox behavioural tests which validate metrics endpoint in the `test` directory.
66
+
Run as follows
67
+
68
+
```bash
69
+
make test
70
+
```
71
+
63
72
## Metadata
64
73
[](http://microbadger.com/images/infinityworks/github-exporter"Get your own image badge on microbadger.com")[](http://microbadger.com/images/infinityworks/github-exporter"Get your own version badge on microbadger.com")
"description": "A simple and extensible behavioural testing library written in golang. You can use api test to simplify REST API, HTTP handler and e2e tests.",
0 commit comments