0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/test/e2e-api/admin
Naz 008b6e0fae Optimized e2e-api tests using boot with no frontend
refs https://github.com/TryGhost/Toolbox/issues/135

- When running e2e-API test in most cases there's no need to boot Ghost instance with full frontend. This should improve the boot time which should reflect on the speed of running test suites
- The tests where the "forceStart" and "withFrontend" are used together indicate that there's still some work to do to fully separate frontend/backend boot line. The force start is also unnecessary, but was needed to reinitialize all services properly - should be investigated!
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 Added Tenor contentFilter setting to config 2021-11-16 17:42:26 +00:00
webhooks.test.js