Skip to content

feat: support dynamic browser name #748

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

Merged
merged 1 commit into from
Jun 28, 2021
Merged

feat: support dynamic browser name #748

merged 1 commit into from
Jun 28, 2021

Conversation

kumaraditya303
Copy link
Contributor

Fixes #731

Copy link
Member

@mxschmitt mxschmitt left a comment

Choose a reason for hiding this comment

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

LGTM, just nits

@pavelfeldman
Copy link
Member

Where did the trailing coma come from in all the generated files?

@kumaraditya303
Copy link
Contributor Author

Black formatted it

@pavelfeldman
Copy link
Member

Black formatted it

I don't see where you are changing the Black settings.

@kumaraditya303
Copy link
Contributor Author

Black formatted it

I don't see where you are changing the Black settings.

Even I don't know, https://test-black.readthedocs.io/en/style-guide/style_guide/trailing_commas.html explains it

@kumaraditya303
Copy link
Contributor Author

kumaraditya303 commented Jun 25, 2021

@pavelfeldman As you can see here in the diff black is adding the comma https://github.com/microsoft/playwright-python/pull/748/checks?check_run_id=2914309332 and with the diff the CI passes hence not wasting more time Can you merge this ?

@pavelfeldman
Copy link
Member

This looks like a Black bug: if you replace f"Invalid browser {value!r}" with "Invalid browser " + value it goes back to normal.

@pavelfeldman pavelfeldman merged commit aa0b467 into microsoft:master Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Playwright does not support dynamic browser name
3 participants