Skip to content

fix(): 5.x Disable offscreen check for bg and overlay when not needed #3087

fix(): 5.x Disable offscreen check for bg and overlay when not needed

fix(): 5.x Disable offscreen check for bg and overlay when not needed #3087

# This workflow will do a clean install of node dependencies, build the library, run testem for firefox
name: Unit tests on Firefox
on:
push:
branches: [ master, 5.x ]
pull_request:
branches: [ master, 5.x ]
jobs:
firefox-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Unit tests on Firefox
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm ci
- run: npm run build:fast
- name: Run headless test
uses: GabrielBB/xvfb-action@v1
with:
run: npm run testem:ci -- --port 8080 -f testem.json -l Firefox