1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-26 09:05:07 +02:00

playwright

This commit is contained in:
syuilo
2026-07-09 10:02:56 +09:00
parent e42f7436ab
commit 8df9cd5b9a
3 changed files with 165 additions and 364 deletions

View File

@@ -27,6 +27,7 @@ on:
- .github/scripts/frontend-browser-report.mts
- .github/scripts/heap-snapshot-util.mts
- .github/scripts/measure-frontend-browser-comparison.mts
- .github/scripts/chrome.mts
- .github/workflows/frontend-browser-metrics-report.yml
- .github/workflows/frontend-browser-metrics-report-comment.yml
@@ -112,6 +113,10 @@ jobs:
working-directory: after
run: pnpm build
- name: Install Playwright browsers
working-directory: after/packages/frontend
run: pnpm exec playwright install --with-deps chromium
- name: Measure frontend browser metrics
shell: bash
env: