feat: test coverage of ComboControl and CheckboxFilter
This commit is contained in:
@@ -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',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user