Skip to content

Commit

Permalink
fix: install playwright browsers manually to support [email protected] (
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend authored Sep 14, 2023
1 parent 7fe4e6a commit c71c349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/cli/test-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ async function getTestRunnerOptions(argv = []) {
}

function installDeps() {
execSync('npx playwright install-deps', { stdio: 'pipe' });
execSync('npx playwright install --with-deps', { stdio: 'pipe' });
}

export const runner = {
Expand Down

0 comments on commit c71c349

Please sign in to comment.