Ghost/test/regression
Naz c65e62b7df Promoted email-only feature to general availability
closes https://github.com/TryGhost/Team/issues/1125
refs 3c822e0457

- Email-only is not considered a general availability feature and can be used without special flags.
- It allows to publish a new post type "email only" that only goes out as an email newletter and is available through an undescoverable URL (does not appear anywhere publicly similarly to preview posts) on the site.
2021-10-07 12:08:56 +02:00
..
api Moved server e2e tests to own folder 2021-10-06 12:55:37 +01:00
importer Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
models Moved default settings population test to regression suite 2021-09-01 15:23:57 +04:00
site Promoted email-only feature to general availability 2021-10-07 12:08:56 +02:00
README.md Updated acceptance&regression test suite readmes 2021-01-22 16:42:02 +13:00

Regression Tests

These tests should ensure that we don't break Ghost for all available APIs.

The goal is that most of these packages use Ghost's API's to test behaviours, otherwise transform the tests into unit tests.