Ghost/core/test/regression
Nazar Gargol e1dca54bf7 🎨 Made notifications dismissible per user
refs #10656

- To make sure more users see important updates or announcements
notification dismissal now works per user instead of globally
- Expanded acceptance test for notification deletion
- Expanded regression test covering multiuser dismissal of notification
- Added clarifying comment about destroyAll method use in API
2019-04-19 09:43:14 +02:00
..
api 🎨 Made notifications dismissible per user 2019-04-19 09:43:14 +02:00
apps/subscribers
exporter
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 🐛 Fixed redirects to external URL 2019-04-01 12:33:29 +08:00
update-check Removed apps from update-check 2019-04-16 11:05:33 +02: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.