fix: adjust Playwright configuration for headless mode to resolve dependency issues
Some checks are pending
Docker Test / test (push) Waiting to run
Some checks are pending
Docker Test / test (push) Waiting to run
This commit is contained in:
parent
7549b43e01
commit
7b42e35ed3
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ export default defineConfig({
|
||||||
use: {
|
use: {
|
||||||
...devices['Desktop Chrome'],
|
...devices['Desktop Chrome'],
|
||||||
headless: true,
|
headless: true,
|
||||||
|
channel: 'chrome',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue