Ghost/test/regression
Fabien 'egg' O'Carroll 2dca63eae2
Added temporary database table for analytic events (#13312)
refs https://github.com/TryGhost/Team/issues/1053

This table is going to be completely deleted at some point in the
future. It serves as a persistent datastore for a spike into collection
analytic events for members. We've opted for a generic table, rather
than a table for each event, so that we can push the DB to the limit in
terms of the length of the table, and find out performance issues A$AP
2021-09-17 11:15:21 +02:00
..
api Fixed 'sent' status setting when publishing a post 2021-08-26 22:25:45 +04:00
exporter Added temporary database table for analytic events (#13312) 2021-09-17 11:15:21 +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 Moved default settings population test to regression suite 2021-09-01 15:23:57 +04:00
settings Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
site Switched post routing to uuid instead of slug 2021-08-19 12:27:45 +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.