Ghost/core/test/regression
Fabien O'Carroll 38a05c0393 Fixed regression test for page property
no-issue

We have to manually add the page property since the schema no longer
includes it
2019-10-16 15:44:05 +07:00
..
api Fixed regression test for page property 2019-10-16 15:44:05 +07:00
exporter Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00
importer Updated regression tests for subscribers removal 2019-10-09 16:40:52 +01:00
migrations Updated regression tests for subscribers removal 2019-10-09 16:40:52 +01:00
models Fixed test suite timeout for multi-author posts 2019-10-14 16:11:10 +02:00
site 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
update-check Fixed regression test 2019-05-02 21:04:16 +02: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.