0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/test/regression
Fabien O'Carroll 0d40952232 Removed apps from update-check
no-issue

This only read external apps, so can be removed now we don't support them
2019-04-16 11:05:33 +02:00
..
api Fixed regression test 2019-04-03 10:58:36 +08:00
apps/subscribers
exporter
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 Removed apps from update-check 2019-04-16 11:05:33 +02:00
README.md

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.