test: add global teardown — sweep ui-test entries from 02.post and dailies
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user