[go: nahoru, domu]

Skip to content

.github/workflows/interop-tests.yml #631

.github/workflows/interop-tests.yml

.github/workflows/interop-tests.yml #631

Workflow file for this run

on:
schedule:
- cron: "30 5 * * *"
jobs:
interop:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
fail-fast: false
matrix:
browserA: [chrome, firefox]
browserB: [firefox, chrome]
bver: [unstable]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: sudo rm /usr/bin/chromedriver /usr/bin/geckodriver # remove preinstalled github chromedriver/geckodriver from $PATH
- run: Xvfb :99 &
- run: BROWSER_A=${{matrix.browserA}} BROWSER_B=${{matrix.browserB}} BVER=${{matrix.bver}} DISPLAY=:99.0 node test/download-browsers.js
- run: BROWSER_A=${{matrix.browserA}} BROWSER_B=${{matrix.browserB}} BVER=${{matrix.bver}} DISPLAY=:99.0 node_modules/.bin/jest --retries=3 test/interop/