Skip to content

Commit

Permalink
try using ci provided chrome binary
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 committed Nov 12, 2024
1 parent 8e7e569 commit 284d667
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ export default defineConfig({
},
{
name: 'chromium',
use: { ...devices['Desktop Chrome'] },
dependencies: ['setup']
dependencies: ['setup'],
launchOptions: {
executablePath: '/usr/bin/google-chrome',
},
},
]
});

0 comments on commit 284d667

Please sign in to comment.