Ghost/test/regression
Rishabh Garg c4cfd1839a
Added offers table (#13381)
refs https://github.com/TryGhost/Team/issues/1088

- adds schema for new offers table
- adds permission fixtures for new offers table
- adds migrations for new table and permissions

Co-authored-by: Fabien O'Carroll <fabien@allou.is>
2021-10-01 12:18:33 +02:00
..
api Made custom-redirects middleware testable 2021-09-28 22:00:32 +02:00
exporter Added offers table (#13381) 2021-10-01 12:18:33 +02:00
importer Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
migrations Added offers table (#13381) 2021-10-01 12:18:33 +02:00
models Moved default settings population test to regression suite 2021-09-01 15:23:57 +04:00
settings Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
site Moved validate&yaml-parser modules to backend 2021-09-28 04:59:41 +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.