Ghost/test/e2e-api
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
..
admin Renamed our acceptance tests to "e2e" 2021-10-06 12:40:52 +01:00
content Renamed our acceptance tests to "e2e" 2021-10-06 12:40:52 +01:00
README.md Renamed our acceptance tests to "e2e" 2021-10-06 12:40:52 +01:00

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