Ghost/test/regression
Hannah Wolfe f1be3418d9 Switched tests to use new boot method
- We currently have 2 boot systems in the codebase, until now the tests were still running against the old one
- Regression tests using the forceStart + subdir flag no longer work. These need reworking, but this _should_ be easier later
- Note those tests work fine if they were the first tests run, it is only the case of trying to restart the server with a subdirectory after starting without that doesn't work
2021-02-18 20:24:49 +00:00
..
api 🐛 Fixed unexpected members-only content appearing in excerpt field (#12670) 2021-02-18 14:12:06 +00:00
exporter
importer Updated mobiledoc tests for lazy loaded images (#12672) 2021-02-18 19:49:40 +00:00
migrations
models Updated mobiledoc tests for lazy loaded images (#12672) 2021-02-18 19:49:40 +00:00
settings
site Switched tests to use new boot method 2021-02-18 20:24:49 +00:00
update-check Fixed linting error 2021-01-14 18:39:27 +13:00
README.md Updated acceptance&regression test suite readmes 2021-01-22 16:42:02 +13:00

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.