Ghost/test/regression
Fabien O'Carroll 8a74cd9e11 Fixed Redirects API regression tests
no-issue

These tests were not testing the functionality correctly, but trying to
test it based on metadata, which can become out of date. This tests the
expected responses and is resilient for future changes to fixtures.
2020-06-16 10:24:13 +02:00
..
api Fixed Redirects API regression tests 2020-06-16 10:24:13 +02:00
exporter Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
importer Fixed regression tests 2020-06-15 09:41:11 +01:00
migrations Fixed broken regression tests from #11861 2020-06-02 16:20:57 +02:00
models 🐛 Fixed small images appearing smaller in post content 2020-06-15 16:24:02 +01:00
site 🐛 Fixed custom redirects for subdirectory setups 2020-06-16 10:24:13 +02: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.