chore: update cli test results

This commit is contained in:
Bijin A B
2026-03-21 21:20:32 +05:30
parent 29777b1ec7
commit 43bf363396
3 changed files with 24 additions and 0 deletions

View File

@@ -38,6 +38,14 @@ jobs:
- name: Run CLI Tests
uses: ./.github/actions/tests/run-cli-tests
- name: Publish Test Report
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
check_name: CLI Test Results (Linux)
files: packages/bruno-tests/collection/junit.xml
comment_mode: always
e2e-test:
name: Playwright E2E Tests (Linux)
timeout-minutes: 120

View File

@@ -38,6 +38,14 @@ jobs:
- name: Run CLI Tests
uses: ./.github/actions/tests/run-cli-tests
- name: Publish Test Report
uses: EnricoMi/publish-unit-test-result-action/macos@v2
if: always()
with:
check_name: CLI Test Results (macOS)
files: packages/bruno-tests/collection/junit.xml
comment_mode: off
e2e-test:
name: Playwright E2E Tests (macOS)
timeout-minutes: 150

View File

@@ -46,6 +46,14 @@ jobs:
with:
shell: pwsh
- name: Publish Test Report
uses: EnricoMi/publish-unit-test-result-action/windows@v2
if: always()
with:
check_name: CLI Test Results (Windows)
files: packages/bruno-tests/collection/junit.xml
comment_mode: off
e2e-test:
name: Playwright E2E Tests (Windows)
timeout-minutes: 120