playwright-pytest
playwright-pytest copied to clipboard
feat: allow browser_name as parametrize
The browser_name is only get from pytest execution parameters and default add to tests. But if we need to mark part of tests as multi browser test, will meet error about the default action.
This PR is enable the browser_name can added as mark.parametrize.
@microsoft-github-policy-service agree
@mxschmitt who can help about this PR?