0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/test/regression/site
Hannah Wolfe 2ff6fdfab8
Fixed broken "mock express" style e2e tests
- done a fastest-possible overhaul on this style of tests to try to get them to work independently again

This is a pattern that was introduced a while ago to try to speed up our e2e tests and I'm not sure if it's staying or going
It uses a minimal frontend-only version of the boot process and a custom-built express testing tool
However it's really old and out of date because of the boot refactor and several changes since
This highlights the key problem with it - it doesn't rely on any of our "core" boot process, it makes it up, and therefore how reliable are these tests?
Ideally we need to get these tests working with the real boot process in some capacity
We would then need to make sure we have all the tests in e2e-frontend written in this style
2021-10-20 13:18:33 +01:00
..
intergration-web-site Fixed broken "mock express" style e2e tests 2021-10-20 13:18:33 +01:00
dynamic_routing.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
email_routes.test.js Promoted email-only feature to general availability 2021-10-07 12:08:56 +02:00
frontend.test.js Broke down "frontend" test suite into smoller chunks 2021-08-06 15:18:03 +04:00
parent_app_vhosts.test.js Fixed broken "mock express" style e2e tests 2021-10-20 13:18:33 +01:00
redirects.test.js Broke down "frontend" test suite into smoller chunks 2021-08-06 15:18:03 +04:00