Ghost/test/regression
naz fcc6401445
Added routes_hash setting (#12171)
refs #11999

- The `routes_hash` setting will be used during the boot process to update the hash
of currently loaded routes.yaml file in case it's different from last restart
2020-09-07 21:54:55 +12:00
..
api 🐛 Fixed members with Stripe trials not receiving paid-members newsletters 2020-09-02 00:34:26 +01:00
exporter Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
importer 🐛 Fixed importing Stripe Plans with amount 0 (#12062) 2020-07-20 14:59:23 +02:00
migrations Fixed broken regression tests from #11861 2020-06-02 16:20:57 +02:00
models 🐛 Fixed incorrect status used for trial subscription query 2020-09-02 13:07:48 +01:00
settings Added routes_hash setting (#12171) 2020-09-07 21:54:55 +12:00
site 🐛 Fixed edit link for staff members 2020-07-21 12:28:50 +01:00
update-check Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
README.md Move tests from core to root (#11700) 2020-03-30 16:26:47 +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.