Ghost/ghost/core
Naz 53fd78cc86
Added email snapshot tests to newsletter suites
https://github.com/TryGhost/Team/issues/2691

- This change is meant to serve as an example for testing outbound emails. It uses emailMockReceiver and it's html/test/metadata snapshotting features.
- The wider goal is to move away from using "mockManager.assert.sentEmail" that only tested some of the outgoing email contents to more wide range testing through "emailMockReceiver"
- For more on best practices using emailMockReceiver check out codex section on "email testing" - https://ghost.notion.site/End-to-end-Testing-6a2ef073b1754b18aff42e24a632a007#cf33c7f0-fba6-4951-bf50-09080374719c
2023-04-07 14:34:57 +02:00
..
content 🎨 Updated Casper to v5.4.8 2023-03-31 17:00:56 +01:00
core Added post bulk edit api (#16576) 2023-04-07 11:48:14 +02:00
test Added email snapshot tests to newsletter suites 2023-04-07 14:34:57 +02:00
.c8rc.e2e.json Reduced coverage to accommodate Node 18 discrepancies 2023-03-22 09:59:55 +01:00
.c8rc.json Removed service.js files from unit test coverage 2023-03-13 17:26:03 +07:00
.eslintignore Updated .eslintignore list for core 2022-10-10 15:12:52 +07:00
.eslintrc.js Updated Eslint ECMAScript compatibility to 2022 2022-08-09 15:51:40 +02:00
.npmignore Updated .npmignore with new files 2022-11-30 12:40:47 +07:00
config.development.json Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
ghost.js Added browser-based testing framework 2022-11-22 14:12:34 +00:00
index.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
jsconfig.json Deleted reference to core/admin 2022-08-03 16:28:41 +02:00
loggingrc.js Added version information to log lines 2023-01-20 13:18:44 +01:00
MigratorConfig.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
package.json Update @tryghost 2023-04-07 13:47:12 +02:00
playwright.config.js Separated admin and portal tests to different projects 2023-03-16 18:35:09 +04:00