This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-12-22 18:31:57 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
661acdee95
Ghost
/
ghost
/
core
/
test
/
e2e-browser
/
utils
/
index.js
5 lines
89 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Record tests using same setup as the test runner no issue
2022-12-07 13:59:45 +03:00
module
.
exports
=
{
...
require
(
'./e2e-browser-utils'
)
,
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-09 19:04:06 +03:00
...
require
(
'./helpers'
)
Record tests using same setup as the test runner no issue
2022-12-07 13:59:45 +03:00
}
;
Reference in New Issue
Copy Permalink