Ghost/test/regression
Hannah Wolfe 726db1c0ec
Added integration test config & moved db-driven tests
- some tests are necessarily driven from the db
- these are like unit tests, except they only make sense if using the db - else you have to stub too much to make them worthwhile
- for these rare but important cases, we have the clear concept of integration tests
2021-10-06 13:51:24 +01:00
..
api Moved server e2e tests to own folder 2021-10-06 12:55:37 +01:00
importer
models Moved default settings population test to regression suite 2021-09-01 15:23:57 +04:00
site Moved server e2e tests to own folder 2021-10-06 12:55:37 +01:00
README.md

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.