Some minor fixes and refactoring

This commit is contained in:
barsdeveloper
2025-01-31 00:22:11 +02:00
parent 1073691794
commit 0e2ecdf93e
26 changed files with 290 additions and 87 deletions

View File

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