test: add global teardown — sweep ui-test entries from 02.post and dailies

This commit is contained in:
2026-06-25 07:32:32 +02:00
parent 7b93fbc5a3
commit 82d6da48e1
2 changed files with 58 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ const { defineConfig, devices } = require('@playwright/test');
module.exports = defineConfig({
testDir: './tests/ui',
globalSetup: './tests/global-setup.js',
globalTeardown: './tests/global-teardown.js',
timeout: 30_000,
retries: 0,
projects: [