Ghost/test/regression
Nazar Gargol 81fc5f8eda Added special handling for member import with Stripe connection
no issue

- When imported member contains stripe_customer_id data but there is no Stripe configured on the Ghost instance such import should faiil. The logic is consistent with one where import fails after not being able to find customer in linked Stripe account
- Fixed import stats to show import failures instead of "duplicate" when the validation error is of "Stripe" origin
2020-06-09 23:02:38 +12:00
..
api Added special handling for member import with Stripe connection 2020-06-09 23:02:38 +12:00
exporter Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
importer Fixed wrong use of moment 2020-06-08 19:43:55 +01:00
migrations Fixed broken regression tests from #11861 2020-06-02 16:20:57 +02:00
models Refactored tests to destructure common lib import (#11838) 2020-05-25 09:49:38 +01:00
site Updated edit URLs to use consistent correct URLs 2020-06-01 08:42:11 +01:00
update-check Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
README.md

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.