Skip to content

Merge pull request #306 from tilfinltd/fix/archive-script #7

Merge pull request #306 from tilfinltd/fix/archive-script

Merge pull request #306 from tilfinltd/fix/archive-script #7

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
e2e-tests:
runs-on: ubuntu-latest # or macos-latest, windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Install playwright browsers
run: npx playwright install --with-deps
- name: Run tests
run: npm test
- name: Run tests in playwright
run: xvfb-run npm run test_emulator