Ghost/test/e2e-api/README.md
Hannah Wolfe 1dec3d56b1
Renamed our acceptance tests to "e2e"
- These are end-to-end tests, make it clearer what they are and what they are supposed to do
2021-10-06 12:40:52 +01:00

7 lines
220 B
Markdown

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