Skip to content

Create OringelB.json #118

Create OringelB.json

Create OringelB.json #118

Workflow file for this run

name: 'Tests: E2E'
on: [pull_request]
jobs:
tests_e2e:
name: Run end-to-end tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: install dependencies
run: npm ci
- name: install playwright browsers
run: npx playwright install --with-deps
- name: npm run test:e2e
run: npm run test:e2e
- name: Upload test results
if: always()
uses: actions/upload-artifact@v2
with:
name: playwright-report
path: test-results