Skip to content

Conversation

@snitin315
Copy link
Member

@snitin315 snitin315 commented Aug 5, 2023

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

For Bugs and Features; did you add new tests?

No

Motivation / Use-Case

  • Upgrade the puppeteer to the latest version.
  • page._client changed to page._client()
  • The new headless mode, captures the Failed to load resource: the server responded with a status of 404 (Not Found) error if favicon is not present hence I've added the favicon in our static/public directory fixtures.
  • Added public directory at the root (default path) with favicon so that tests can pick up the favicon automatically.

Breaking Changes

None

Additional Info

No

snitin315 added 30 commits May 25, 2023 10:45
BREAKING CHANGE: minimum supported Nodejs version is 14.15.0
* refactor!: allow only Array for the proxy option * test: fix ci * chore: fix lint
@snitin315 snitin315 marked this pull request as ready for review August 5, 2023 03:18
@codecov
Copy link

codecov bot commented Aug 6, 2023

Codecov Report

Patch coverage has no change and project coverage change: -34.33% ⚠️

Comparison is base (32f62e9) 92.04% compared to head (a395118) 57.71%.
Report is 1 commits behind head on next.

Additional details and impacted files
@@ Coverage Diff @@ ## next #4964 +/- ## =========================================== - Coverage 92.04% 57.71% -34.33%  =========================================== Files 15 11 -4 Lines 1571 1374 -197 Branches 595 541 -54 =========================================== - Hits 1446 793 -653  - Misses 116 480 +364  - Partials 9 101 +92 

see 7 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

exports[`historyApiFallback option as object with static set to false historyApiFallback should work and ignore static content: console messages 1`] = `[]`;
exports[`historyApiFallback option as object with static set to false historyApiFallback should work and ignore static content: console messages 1`] = `
[
"Failed to load resource: the server responded with a status of 404 (Not Found)",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • The new headless mode captures this when favicon is not present. It's valid here as static is false.
@alexander-akait
Copy link
Member

@snitin315 still flacky, what we should fix/look?

@snitin315
Copy link
Member Author

Hmm, I think we should invest time in migration to the playwright. I'll evaluate the efforts.

Base automatically changed from next to master January 22, 2024 12:41
@alexander-akait
Copy link
Member

Done in master, anyway thank you

@alexander-akait alexander-akait deleted the update-puppeteer branch September 11, 2025 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants