mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
set Playwright test to utilize webkit
This commit is contained in:
parent
e8bcda810a
commit
a04610153b
@ -14,6 +14,8 @@ const config: PlaywrightTestConfig = {
|
||||
viewport: { width: 1280, height: 720 },
|
||||
use: {
|
||||
baseURL: process.env.URL || 'http://localhost:3000',
|
||||
browserName: 'webkit',
|
||||
|
||||
},
|
||||
};
|
||||
export default config;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user