Skip to content

Commit

Permalink
test: keep playwright install script
Browse files Browse the repository at this point in the history
  • Loading branch information
binoy14 committed Sep 20, 2024
1 parent 76b853d commit 7e3a5cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions perf/efps/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ await exec({
})
const sanityPackagePath = path.join(tmpDir, 'node_modules', 'sanity')

await exec({
text: ['Ensuring playwright is installed…', 'Playwright is installed'],
command: 'npx playwright install',
spinner,
})

const table = new Table({
head: [
chalk.bold('benchmark'),
Expand Down

0 comments on commit 7e3a5cd

Please sign in to comment.