Ghost/test
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
..
e2e-api Added API tests for custom theme settings (#13519) 2021-10-08 16:18:49 +01:00
e2e-frontend Updated e2e tests to be async/await 2021-10-06 15:51:05 +01:00
e2e-server Removed remaining usage of i18n & translation file 2021-10-15 11:39:07 +01:00
integration Moved URL service to backend 2021-10-19 07:29:09 +13:00
regression Fixed broken "mock express" style e2e tests 2021-10-20 13:18:33 +01:00
unit Set global Luxon timezone override to UTC 2021-10-20 09:19:29 +02:00
utils Fixed broken "mock express" style e2e tests 2021-10-20 13:18:33 +01:00
.eslintignore Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
.eslintrc.js Upgraded no-skipped-test rule to error 2021-05-26 14:57:43 +01:00
.jshintrc Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00