fix: cleanup playwright.config

This commit is contained in:
ndom91 2024-05-05 18:58:33 +02:00
parent 402b74b3cb
commit 1e3931e5e3
No known key found for this signature in database

View File

@ -7,14 +7,6 @@ export default defineConfig({
testDir: './e2e/playwright',
testMatch: /(.+\.)?(test|spec)\.[jt]s/,
reporter: process.env.CI ? 'list' : 'html',
use: process.CI
? { ...devices['Desktop Chrome'] }
: {
launchOptions: {
executablePath: '/nix/store/6xi5mxm1yybq3a98n7m68cs0gdrx2bvd-chromium-124.0.6367.118/bin/chromium'
},
trace: 'on-first-retry'
},
projects: [
{
name: 'Google Chrome',