Skip to content

React UI: API base path centralization + Playwright E2E (smoke) and CI workflow #5

React UI: API base path centralization + Playwright E2E (smoke) and CI workflow

React UI: API base path centralization + Playwright E2E (smoke) and CI workflow #5

Workflow file for this run

name: UI E2E (Playwright)
on:
workflow_dispatch:
pull_request:
paths:
- 'core/src/main/webapp/ui/**'
- '.github/workflows/ui-e2e.yml'
jobs:
e2e:
runs-on: ubuntu-latest
defaults:
run:
working-directory: core/src/main/webapp/ui
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: npm ci
- run: npx playwright install --with-deps
- run: npm run test:e2e