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

refactor!: Split BrowserType literal into two different literals based on context #1070

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Pijukatel
Copy link
Collaborator

Description

Split BrowserType literal into two different literals based on context.

This avoids some confusion and some implicit string manipulation in favor of explicit name mapping between the two different literals.

In Playwright: 'chromium', 'firefox', 'webkit'
In browser fingerprints context it is : 'chrome', 'firefox', 'safari', 'edge'

Two similar, but different contexts are `Playwright` and browser fingerprints
@github-actions github-actions bot added this to the 110th sprint - Tooling team milestone Mar 11, 2025
@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 Mar 11, 2025
@Pijukatel Pijukatel requested review from vdusek and B4nan March 11, 2025 09:48
@Pijukatel Pijukatel added the adhoc Ad-hoc unplanned task added during the sprint. label Mar 13, 2025
@Pijukatel
Copy link
Collaborator Author

This is slightly breaking change, so probably wait until more braking changes accumulate.

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.

1 participant