Compare commits

..

No commits in common. "bb6ba7730ebe4317acfb445e50055eb74e580c05" and "359e20e948dbd0f1fe0dfa272750c247897cdff1" have entirely different histories.

View File

@ -10,6 +10,7 @@ import { defineConfig, devices } from '@playwright/test';
* See https://playwright.dev/docs/test-configuration. * See https://playwright.dev/docs/test-configuration.
*/ */
export default defineConfig({ export default defineConfig({
timeout: 180000,
testDir: './tests', testDir: './tests',
/* Run tests in files in parallel */ /* Run tests in files in parallel */
fullyParallel: true, fullyParallel: true,