chore(bidi): run firefox tests against nightly build

This commit is contained in:
Yury Semikhatsky 2024-09-20 12:11:05 -07:00
parent 7cd69beed2
commit d3709defb5
3 changed files with 3920 additions and 3 deletions

View file

@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
channel: [bidi-chromium, bidi-firefox-beta]
channel: [bidi-chromium, bidi-firefox-nightly]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
@ -38,8 +38,8 @@ jobs:
- run: npm run build
- run: npx playwright install --with-deps chromium
if: matrix.channel == 'bidi-chromium'
- run: npx -y @puppeteer/browsers install firefox@beta
if: matrix.channel == 'bidi-firefox-beta'
- run: npx -y @puppeteer/browsers install firefox@nightly
if: matrix.channel == 'bidi-firefox-nightly'
- name: Run tests
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run biditest -- --project=${{ matrix.channel }}*
env:

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff