diff --git a/test/e2e-api/README.md b/test/e2e-api/README.md deleted file mode 100644 index 5335d410b5..0000000000 --- a/test/e2e-api/README.md +++ /dev/null @@ -1,6 +0,0 @@ -## End to End (e2e) API Tests - -This folder should contain a set of typtical API use cases. -If we have complex cases (e.g. that require config changes) these should be managed via unit tests for services - -More detail TBD diff --git a/test/regression/README.md b/test/regression/README.md deleted file mode 100644 index ae11df743a..0000000000 --- a/test/regression/README.md +++ /dev/null @@ -1,5 +0,0 @@ -## Regression Tests - -These tests should ensure that we don't break Ghost for all available APIs. - -The goal is that most of these packages use Ghost's API's to test behaviours, otherwise transform the tests into unit tests.