chore: Update Playwright test configuration for CI

This commit is contained in:
cristhianzl 2024-06-26 12:32:34 -03:00 committed by Gabriel Luiz Freitas Almeida
commit a26f22d623

View file

@ -124,7 +124,9 @@ jobs:
merge-multiple: true
- name: Merge into HTML Report
run: npx playwright merge-reports --reporter html ./all-blob-reports
run: |
cd src/frontend
npx playwright merge-reports --reporter html ./all-blob-reports
- name: Upload HTML report
uses: actions/upload-artifact@v4