mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
2ff6fdfab8
- 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 |
||
---|---|---|
.. | ||
e2e-api | ||
e2e-frontend | ||
e2e-server | ||
integration | ||
regression | ||
unit | ||
utils | ||
.eslintignore | ||
.eslintrc.js | ||
.jshintrc |