mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-05 17:15:19 +03:00
fix: cleanup playwright.config
This commit is contained in:
parent
402b74b3cb
commit
1e3931e5e3
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user