diff --git a/perf/efps/index.ts b/perf/efps/index.ts index 010f5959592..47ebd7125d5 100644 --- a/perf/efps/index.ts +++ b/perf/efps/index.ts @@ -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'),