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 authored and ricokahler committed Sep 20, 2024
1 parent 7e741dc commit bef9806
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 @@ -78,6 +78,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'), 'Passed?', 'p50 eFPS (Δ%)', 'p75 eFPS (Δ%)', 'p90 eFPS (Δ%)'].map(
(cell) => chalk.cyan(cell),
Expand Down

0 comments on commit bef9806

Please sign in to comment.