Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"theme:playwright":
- "packages/allure-playwright/**"

"theme:testcafe":
- "packages/testcafe-reporter-allure/**"

"theme:vitest":
- "packages/allure-vitest/**"

Expand Down
31 changes: 18 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
env:
ALLURE_MATRIX_ENV: ${{ matrix.os }}-node-${{ matrix.node-version }}
ALLURE_DUMP_NAME: allure-results-${{ matrix.os }}-node${{ matrix.node-version }}-${{ matrix.suite.id }}
TESTCAFE_BROWSER: ${{ matrix.os == 'ubuntu-latest' && 'chromium:headless --guest --no-sandbox' || 'chromium:headless --guest' }}
PLAYWRIGHT_BROWSERS_PATH: ${{ runner.temp }}/pw-browsers
strategy:
fail-fast: false
matrix:
Expand All @@ -102,25 +104,25 @@ jobs:
os: windows-latest
suite:
- id: cypress-1
playwright_workspace: ""
requirePwChromium: false
- id: cypress-2
playwright_workspace: ""
requirePwChromium: false
- id: cypress-3
playwright_workspace: ""
requirePwChromium: false
- id: cypress-4
playwright_workspace: ""
requirePwChromium: false
- id: playwright-1
playwright_workspace: allure-playwright
requirePwChromium: true
- id: playwright-2
playwright_workspace: allure-playwright
requirePwChromium: true
- id: vitest
playwright_workspace: allure-vitest
requirePwChromium: true
- id: mocha-a
playwright_workspace: ""
requirePwChromium: false
- id: mocha-b
playwright_workspace: ""
requirePwChromium: false
- id: midweight
playwright_workspace: ""
requirePwChromium: true
steps:
- uses: actions/checkout@v6

Expand All @@ -144,12 +146,15 @@ jobs:
run: |
node ./scripts/ci/run-suite.mjs compile ${{ matrix.suite.id }}

- name: Install Playwright chromium
if: ${{ matrix.suite.playwright_workspace != '' }}
- name: Install Playwright Chromium
id: pw-chromium
if: ${{ matrix.suite.requirePwChromium }}
run: |
yarn workspace ${{ matrix.suite.playwright_workspace }} playwright install chromium --with-deps
node ./scripts/ci/install-playwright-chromium.mjs ${{ matrix.os == 'ubuntu-latest' && '--with-deps' || '' }}

- name: Run suite tests
env:
PW_CHROMIUM_PATH: ${{ steps.pw-chromium.outputs.path }}
run: |
yarn allure run --config ./allurerc.mjs --environment="${{ env.ALLURE_MATRIX_ENV }}" --dump="${{ env.ALLURE_DUMP_NAME }}" --rerun 2 -- node ./scripts/ci/run-suite.mjs test ${{ matrix.suite.id }}

Expand Down
3,847 changes: 3,811 additions & 36 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Minimum supported framework versions by package:
- `allure-jest`: `jest`, `jest-circus`, and matching Jest environments `>= 24.8.0`
- `allure-mocha`: `mocha >= 6.2.0`
- `allure-playwright`: `@playwright/test >= 1.53.0`
- `testcafe-reporter-allure`: `testcafe >= 2.5.0`
- `allure-vitest`: `vitest >= 1.3.0`
- `newman-reporter-allure`: `newman >= 3.5.0`
- `allure-js-commons`: shared runtime and reporter SDK used to build integrations
Expand Down Expand Up @@ -135,6 +136,12 @@ npx allure open ./allure-report

[Read more](/packages/allure-playwright/README.md)

### TestCafe

Canonical package name: `testcafe-reporter-allure`

[Read more](/packages/testcafe-reporter-allure/README.md)

### Cypress

![npm](https://img.shields.io/npm/dm/allure-cypress.svg) ![npm](https://img.shields.io/npm/v/allure-cypress.svg)
Expand Down
Loading
Loading