Ghost/test/regression
Nazar Gargol 633ba27f0e Added custom label assignment to imported members
no issue

- There is a need to be able to label certain import group of members
with custom labels. This will allow to distinguish/filter these newly
imported  members.
- Allowed `POST /members/csv/` endpoint to accept `labels`
field parameter which assigns labels to every member from imported csv.
2020-06-05 16:22:09 +12:00
..
api Added custom label assignment to imported members 2020-06-05 16:22:09 +12:00
exporter Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
importer Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +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.