Ghost/test/regression
Naz af516e130c Fixed error message checks in members regression test
refs 6f1abc610a

- Additional period `.` was introduced in referenced commit which broke these tests
- The period was added to follow general convention of ending error messages with a perio (in some situations validation message didn't make sense without proper punctuation)
2020-09-24 15:31:19 +12:00
..
api Fixed error message checks in members regression test 2020-09-24 15:31:19 +12:00
exporter
importer
migrations
models Added SingleUseToken model (#12215) 2020-09-18 15:05:56 +01:00
settings
site
update-check
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.