0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/test/e2e-api/admin
Naz 9359ae923d Moved startGhost function to local utils
refs https://github.com/TryGhost/Toolbox/issues/135

- Having the proxy in local utils allows to disable frontend gradually in test suites instead of all at once (the latter approach didn't work out as too many other suites still depend on full frontend initialization)
2021-11-22 21:56:32 +13:00
..
actions.test.js
config.test.js Added Tenor contentFilter setting to config 2021-11-16 17:42:26 +00:00
custom_theme_settings.test.js Optimized e2e-api tests using boot with no frontend 2021-11-22 21:56:32 +13:00
db.test.js
email_preview.test.js
emails.test.js
files.test.js Added Files API behind an alpha flag 2021-11-08 11:40:17 +04:00
images.test.js
integrations.test.js
invites.test.js
key_authentication.test.js
labels.test.js
mail.test.js
media.test.js Cleaned up uncecessary "purpose" fields from tests 2021-11-09 16:41:38 +04:00
members.test.js
notifications.test.js
oembed.test.js Added support for custom OEmbed providers 2021-11-11 17:16:03 +02:00
pages.test.js 🐛 Fixed error in setting page access to tiers 2021-11-02 13:36:32 +05:30
posts.test.js
roles.test.js
settings.test.js 🐛 Fixed GA labs flags not appearing enabled in settings API (#13681) 2021-10-22 19:59:13 +01:00
slugs.test.js
snippets.test.js
tags.test.js
themes.test.js Optimized e2e-api tests using boot with no frontend 2021-11-22 21:56:32 +13:00
users.test.js Updated Users API e2e tests to use 'posts' fixture 2021-11-22 21:56:32 +13:00
utils.js Moved startGhost function to local utils 2021-11-22 21:56:32 +13:00
webhooks.test.js