👽 Configures frontend tests suit

This commit is contained in:
Rune Harlyk
2024-05-03 15:42:52 +02:00
committed by Rune Harlyk
parent 00381579db
commit 2b4d196e7c
14 changed files with 349 additions and 102 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const config: PlaywrightTestConfig = {
command: 'pnpm run build && pnpm run preview',
port: 4173
},
testDir: 'tests',
testDir: 'tests/integration',
testMatch: /(.+\.)?(test|spec)\.[jt]s/
};