0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Made portal tests run fully parallelised

refs: https://github.com/TryGhost/DevOps/issues/78
This commit is contained in:
Sam Lord 2023-10-12 14:16:15 +01:00 committed by Sam Lord
parent 30448a13cd
commit 661acdee95

View file

@ -24,7 +24,8 @@ const config = {
},
{
name: 'portal',
testDir: 'test/e2e-browser/portal'
testDir: 'test/e2e-browser/portal',
fullyParallel: true
}
]
};