mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix: tests failing in headful (#8273)
* fix: test failing in headful * fix: install Firefox for headful tests * fix: skip favicon.ico requests in test * fix: auth test in headful * fix: disable NetworkTimeServiceQuerying * fix: filter more favicon requests * fix: network test with favicon * fix: improve fixes
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -204,8 +204,11 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get install xvfb
|
||||
# Ensure both a Chromium and a Firefox binary are available.
|
||||
PUPPETEER_PRODUCT=firefox npm install
|
||||
npm install
|
||||
ls .local-chromium
|
||||
ls .local-chromium .local-firefox
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
npm run build
|
||||
|
||||
Reference in New Issue
Block a user