1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 22:34:49 +02:00
This commit is contained in:
kakkokari-gtyih
2026-07-08 16:00:48 +09:00
parent b50dee9b5b
commit 38888cfe85
18 changed files with 450 additions and 428 deletions

View File

@@ -89,11 +89,11 @@ jobs:
- name: Playwright install
working-directory: packages/frontend
run: pnpm exec playwright install --with-deps chromium
- name: Vitest Browser E2E run
- name: Test
run: pnpm start-server-and-test start:test http://localhost:61812 "pnpm --filter frontend test:e2e"
timeout-minutes: 15
- uses: actions/upload-artifact@v7
if: failure()
with:
name: vitest-browser-screenshots
path: packages/frontend/test/e2e/screenshots
name: playwright-e2e-artifacts
path: packages/frontend/test/e2e/artifacts