Ghost/ghost/core/test/e2e-browser/utils/index.js
Sam Lord cb38a2d997 Enable parallel running of browser tests
refs: https://github.com/TryGhost/DevOps/issues/78

Instead of running a single instance of Ghost, we now run an instance of Ghost for each test worker.

This has the unfortunate effect that a test failing will close and restart a new instance of Ghost, but in general will be multiple times faster than sequential execution of tests.
2023-10-12 14:33:20 +01:00

5 lines
89 B
JavaScript

module.exports = {
...require('./e2e-browser-utils'),
...require('./helpers')
};