fix: Erweitere Playwright-Konfiguration für mehr Browser-Unterstützung
Some checks are pending
Docker Test / test (push) Waiting to run

This commit is contained in:
OpenClaw 2026-03-07 03:56:07 +00:00
parent 1886e77e58
commit 78da74747a

View file

@ -23,5 +23,17 @@ export default defineConfig({
...devices['Desktop Chrome'],
},
},
{
name: 'firefox',
use: {
...devices['Desktop Firefox'],
},
},
{
name: 'webkit',
use: {
...devices['Desktop Safari'],
},
},
],
});