Removed test READMEs

- These don't make sense and we're working on improving testing across the board
- We'll make sure our testing best practices are documented when they've settled
This commit is contained in:
Hannah Wolfe 2021-10-20 11:41:18 +01:00
parent f652b3f164
commit 1146a42db3
No known key found for this signature in database
GPG Key ID: 9F8C7532D0A6BA55
2 changed files with 0 additions and 11 deletions

View File

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

View File

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