Ghost/core/test/regression
Nazar Gargol b7224ef1b0 Fixed regression test
no issue

- html to plaintext was broken with c219446f85 . Ghost's API supports html intpu format only for version above v8
2019-04-03 10:58:36 +08:00
..
api Fixed regression test 2019-04-03 10:58:36 +08:00
apps/subscribers Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00
exporter Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00
importer Fixed intergration tests 2019-03-19 11:28:21 +08:00
migrations Added members permission migrations 2019-02-26 15:43:36 +07:00
models Model regression tests cleanup (#10639) 2019-03-26 11:37:32 +08:00
site 🐛 Fixed redirects to external URL 2019-04-01 12:33:29 +08:00
update-check Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00
README.md Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00

Regression Tests

This folder should contain packages which we test in a cron job once per day. These tests should ensure that we don't break Ghost.

The goal is that most of these packages use Ghost's API's to test behaviours, otherwise transform the tests into unit tests.