Ghost/core/test/regression
Naz Gargol abda6e6338
Migrated to use url-utils from Ghost-SDK (#10787)
closes #10773

- The refactoring is a substitute for `urlService.utils` used previously throughout the codebase and now extracted into the separate module in Ghost-SDK
- Added url-utils stubbing utility for test suites
- Some tests had to be refactored to avoid double mocks (when url's are being reset inside of rested 'describe' groups)
2019-06-18 15:13:55 +02:00
..
api Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
apps/subscribers Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00
exporter Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +01:00
importer Fixed intergration tests 2019-03-19 11:28:21 +08:00
migrations Added notification access persmission for users of Editor role 2019-04-18 13:02:23 +02:00
models Model regression tests cleanup (#10639) 2019-03-26 11:37:32 +08:00
site Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
update-check Fixed regression test 2019-05-02 21:04:16 +02:00
README.md Separated test env into: acceptance, regression and unit tests (#10411) 2019-01-22 17:54:50 +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.