mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Use headless mode by default for Playwright tests
no issue The setting `headless: false` is superceded by using `PWDEBUG=1` as an environment variable during debug sessions / while working on tests.
This commit is contained in:
parent
1161ab98f9
commit
60b924f173
@ -6,8 +6,7 @@ const config = {
|
|||||||
use: {
|
use: {
|
||||||
// Use a single browser since we can't simultaneously test multiple browsers
|
// Use a single browser since we can't simultaneously test multiple browsers
|
||||||
browserName: 'chromium',
|
browserName: 'chromium',
|
||||||
baseURL: process.env.TEST_URL ?? 'http://localhost:2368',
|
baseURL: process.env.TEST_URL ?? 'http://localhost:2368'
|
||||||
headless: false
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user