Ignore unit tests in Playwright config

This commit is contained in:
beatz174-bit
2025-12-02 18:28:07 +10:00
parent 00cefaa96d
commit f807857bec
+1
View File
@@ -22,6 +22,7 @@ export default defineConfig({
], ],
], ],
testDir: './e2e', testDir: './e2e',
testIgnore: ['**/unit/**'],
fullyParallel: false, fullyParallel: false,
workers: 4, workers: 4,
retries: process.env.CI ? 2 : 0, retries: process.env.CI ? 2 : 0,