Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(puppeteer): rename ignoreHTTPSErrors to acceptInsecureCerts to support v23 #2684

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

B4nan
Copy link
Member

@B4nan B4nan commented Sep 26, 2024

Both options are now used internally, since those code paths are shared for playwright as well, and we want to support older puppeteer versions too.

Also tested this locally with puppeteer v22, luckily there are no runtime validations for unknown options, so we can just use both.

…o support v23

Both options are now used internally, since those code paths are shared for playwright as well, and we want to support older puppeteer versions too.

Also tested this locally with puppeteer v22, luckily there are no runtime validations for unknown options, so we can just use both.
@github-actions github-actions bot added this to the 99th sprint - Tooling team milestone Sep 26, 2024
@github-actions github-actions bot added t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics. labels Sep 26, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

⚠️ Pull Request Tookit has failed!

Pull request is neither linked to an issue or epic nor labeled as adhoc!

@B4nan B4nan added the adhoc Ad-hoc unplanned task added during the sprint. label Sep 26, 2024
@B4nan B4nan merged commit f3927e6 into master Sep 26, 2024
9 of 12 checks passed
@B4nan B4nan deleted the pup-23-ignore-https-errors branch September 26, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants