Ghost/test/utils
Naz 884f837bd7 Improved webhooks e2e test bootstrap speed
refs https://github.com/TryGhost/Toolbox/issues/214

- Calling `getMembersAPIAgent` and `getAdminAPIAgent` separately was booting Ghost twice, which caused a significant performance degradation.
- Additionally, having two calls was slightly ugly and having once utility function that delivers multiple agents at once feels like  more readable syntax
2022-02-17 15:31:57 +07:00
..
fixtures Updated fixture Casper@v4.7.2 & corrected README 2022-02-15 15:42:14 +00:00
mocks
admin-utils.js
api.js
assertions.js
configUtils.js
db-utils.js Restored quick database reset method via table truncation 2022-02-07 21:27:10 +01:00
e2e-framework-mock-manager.js Added scaffolding for testing Members with Stripe (#14142) 2022-02-15 15:08:58 +02:00
e2e-framework.js Improved webhooks e2e test bootstrap speed 2022-02-17 15:31:57 +07:00
e2e-utils.js Added settingsCache handling to e2e-framework 2022-02-11 16:24:24 +00:00
fixture-utils.js Cleaned up reference tests 2022-02-08 20:12:10 +00:00
index.js
overrides.js Switched new e2e-framework to use our own snapshot lib (#14137) 2022-02-08 14:33:19 +00:00
redirects.js
test-agent.js Updated members regression tests to use e2e framework (#14130) 2022-02-07 17:15:55 +00:00
url-service-utils.js
urlUtils.js