feat: test coverage of ComboControl and CheckboxFilter

This commit is contained in:
Ilia Mashkov
2026-01-08 13:14:04 +03:00
parent 36a326817d
commit fc00717359
16 changed files with 2300 additions and 357 deletions

View File

@@ -1,6 +1,10 @@
import { defineConfig } from '@playwright/test';
export default defineConfig({
webServer: { command: 'yarn build && yarn preview', port: 4173 },
webServer: {
command: 'yarn build && yarn preview',
port: 4173,
reuseExistingServer: true,
},
testDir: 'e2e',
});