Skip to content

Profiles data in indexed DB #9

Profiles data in indexed DB

Profiles data in indexed DB #9

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