summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-03-10 15:29:51 -0600
committerGitHub <noreply@github.com>2020-03-10 14:29:51 -0700
commit9342704a41cbd20a315e55f0b1ff3efd9f039498 (patch)
tree22cebf2a80622ac644e007189c912e4669598bb6 /tests
parent629e24ae952137657c3106db9783b985450e13f7 (diff)
Bulk add frontmatter to all documentation (#8354)
* Bulk add frontmatter * A few extra edge cases
Diffstat (limited to 'tests')
-rw-r--r--tests/README.md7
-rw-r--r--tests/health_mgmtapi/README.md7
2 files changed, 14 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md
index fe8b8b2036..3a127cbcaf 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "Testing"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/tests/README.md
+---
+-->
+
# Testing
This readme is a manual on how to get started with unit testing on javascript and nodejs
diff --git a/tests/health_mgmtapi/README.md b/tests/health_mgmtapi/README.md
index c74e035364..8642c1d493 100644
--- a/tests/health_mgmtapi/README.md
+++ b/tests/health_mgmtapi/README.md
@@ -1,3 +1,10 @@
+<!--
+---
+title: "Health command API tester"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/tests/health_mgmtapi/README.md
+---
+-->
+
# Health command API tester
The directory `tests/health_cmdapi` contains the test script `health-cmdapi-test.sh` for the [health command API](../../web/api/health).