chore: updating interactions setup

This commit is contained in:
2026-01-11 22:03:44 +01:00
parent 7489ad771e
commit 4639fb7ae7
4 changed files with 338 additions and 131 deletions

View File

@@ -2,10 +2,10 @@ import { defineConfig, devices } from '@playwright/test';
export default defineConfig({
testDir: './scenarios',
fullyParallel: false,
fullyParallel: true,
forbidOnly: !!process.env.CI,
retries: 0,
workers: 1,
workers: 5,
reporter: 'list',
use: {
baseURL: process.env.WEB_URL || 'http://localhost:3000',