Ghost/test/regression
Hannah Wolfe c29c118fcf
Moved labs utlity to shared
- This isn't really a "service" - it's a set of utilities for working with labs flags
- It's also required all over the place, and doesn't require anything that isn't shared
- Therefore, it should live in shared
2021-07-08 09:05:41 +01:00
..
api Moved labs utlity to shared 2021-07-08 09:05:41 +01:00
exporter Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01: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 Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
settings Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
site Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01: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.