Ghost/test/regression
Nazar Gargol b00369ac67 Fixed settings tests
refs 8a817050c5

- This change reflects field reshuffle done in referenced commit
-  NOTE: removed `members_email_auth_secret` key from respnse body validation as it seems like it should never have been exposed in the first place! This needs verification as it's a breaking change theretically
2020-06-24 14:55:15 +12:00
..
api Fixed settings tests 2020-06-24 14:55:15 +12:00
exporter
importer Fixed importer mapping for renamed default_locale, active_timezone, ghost_* settings 2020-06-24 14:19:52 +12:00
migrations Fixed broken regression tests from #11861 2020-06-02 16:20:57 +02:00
models Renamed settings keys active_timezone to timezone 2020-06-24 14:11:20 +12:00
site 🐛 Fixed custom redirects for subdirectory setups 2020-06-16 10:24:13 +02:00
update-check
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.