mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed PlayWright config
no issue Using multiple workers could cause Stripe to be removed from one test while another test was using it.
This commit is contained in:
parent
8b80233ae6
commit
7e02568cec
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ const config = {
|
|||
use: {
|
||||
// Use a single browser since we can't simultaneously test multiple browsers
|
||||
browserName: 'chromium',
|
||||
baseURL: process.env.TEST_URL ?? 'http://localhost:2368'
|
||||
baseURL: process.env.TEST_URL ?? 'http://localhost:2368',
|
||||
headless: false
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue