Skip to content

test: reenable Firefox stable testing #148

test: reenable Firefox stable testing

test: reenable Firefox stable testing #148

Workflow file for this run

name: e2e-tests

Check failure on line 1 in .github/workflows/e2e-tests.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/e2e-tests.yaml

Invalid workflow file

Invalid type for `job.strategy`
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
browser: [chrome, stable]
version: [stable, beta]
include:
- browser: firefox
version: [nightly, esr]
include:
- browser: chrome
version: [dev]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: Xvfb :99 &
- name: e2e-tests
env:
BROWSER: ${{matrix.browser}}
BVER: ${{matrix.version}}
DISPLAY: :99.0
run: npm run e2e-tests