feat: rename parallel tests to ui, split test step into: [e2e, ui] (#25439)

This commit is contained in:
Min Idzelis
2026-01-22 13:44:00 -05:00
committed by GitHub
parent 4bd01b70ff
commit dd72c32c60
4 changed files with 13 additions and 8 deletions

View File

@@ -502,7 +502,12 @@ jobs:
- name: Run e2e tests (web)
env:
CI: true
run: npx playwright test
run: npx playwright test --project=chromium
if: ${{ !cancelled() }}
- name: Run ui tests (web)
env:
CI: true
run: npx playwright test --project=ui
if: ${{ !cancelled() }}
- name: Archive test results
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0