Ghost/test/utils
Hannah Wolfe ccef6dc44e
Added event mocking to e2e framework
- Allows mocking lib/common/events - stubs event.emit
- Means we can check that events fired, but their sideeffects won't happen, useful for things like bulk email
- I also reorganised the mock manager file to group related functions together
2022-03-28 17:32:57 +01:00
..
fixtures Added detection of "ghost-api" use in theme config 2022-03-24 15:27:40 +13:00
mocks
admin-api-test-agent.js Extracted TestAgent class for test utils 2022-02-21 11:19:07 +07:00
admin-utils.js
api.js
assertions.js
configUtils.js
content-api-test-agent.js Added ContentAPITestAgent 2022-02-23 17:08:56 +07:00
db-utils.js Cleaned up db-utils and added jsdocs 2022-03-17 17:33:11 +00:00
e2e-framework-mock-manager.js Added event mocking to e2e framework 2022-03-28 17:32:57 +01:00
e2e-framework.js Added fixture path utility to e2e-framework 2022-03-21 11:14:54 +00:00
e2e-utils.js Added settingsCache handling to e2e-framework 2022-02-11 16:24:24 +00:00
fixture-utils.js Removed archived tiers from content api (#14329) 2022-03-16 22:02:42 +05:30
index.js Fixed bad setup call in settings integration test 2022-03-16 14:03:02 +00:00
members-api-test-agent.js Extracted TestAgent class for test utils 2022-02-21 11:19:07 +07:00
overrides.js Revert "Added global setup to reset DB before test run" 2022-03-16 21:10:49 +00:00
redirects.js
test-agent.js Removed @tryghost/jest-snapshot dependency 2022-02-22 09:41:58 +07:00
url-service-utils.js
urlUtils.js