chore: ci playwright
This commit is contained in:
parent
42358e03a4
commit
93645ee3de
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue