Ghost/test/regression
Fabien 'egg' O'Carroll 6dba643ef9
Added ability to filter members on subscription data (#13214)
refs https://github.com/TryGhost/Team/issues/944

This will allow us to filter for members which have a canceled
subscription or for members which are currently on trial.
2021-08-12 10:10:51 +01:00
..
api Removed stray .only statement in tests 2021-08-06 18:15:32 +04:00
exporter Added OAuth user data 2021-07-27 17:56:07 +02:00
importer Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
migrations Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
models Added ability to filter members on subscription data (#13214) 2021-08-12 10:10:51 +01:00
settings Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
site Added test coverage for /email/ frontend route 2021-08-09 13:35:01 +04: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.