chore: ci playwright

This commit is contained in:
kekskurse 2025-03-16 15:08:36 +01:00
parent 42358e03a4
commit 93645ee3de

View file

@ -13,6 +13,9 @@ import { defineConfig, devices } from '@playwright/test';
* @see https://playwright.dev/docs/test-configuration
*/
export default defineConfig({
expect: {
timeout: 15_000
},
testDir: './tests',
/* Run tests in files in parallel */
fullyParallel: true,