Fix screen selector UI, add screenshot maker
All checks were successful
/ check-changes (push) Successful in 7s
/ build (push) Successful in 3m57s

This commit is contained in:
Djuri 2024-12-12 19:50:36 +01:00
parent 25e91b2086
commit 68c247f3cc
8 changed files with 281 additions and 115 deletions

View file

@ -10,7 +10,7 @@ const config: PlaywrightTestConfig = {
port: 4173
},
reporter: process.env.CI ? 'github' : 'list',
testDir: 'tests',
testDir: 'tests/playwright',
testMatch: /(.+\.)?(test|spec)\.[jt]s/
};