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

feat: enable all CLI options #9

Merged
merged 1 commit into from
Nov 21, 2024
Merged

feat: enable all CLI options #9

merged 1 commit into from
Nov 21, 2024

Conversation

xxluke
Copy link
Contributor

@xxluke xxluke commented Nov 20, 2024

I needed some more Playwright CLI options in ng e2e so I now added all of them.

It was necessary to list them all in the schema, otherwise Angular won't accept them. I used the descriptions from the Playwright Docs. The code does no addition validation and would accept all options, so for future changes it'd be sufficient to just change the schema.

For the files as non-option arguments I had to make a workaround with a new --files argument. See the Readme changes for details.

@jfgreffier jfgreffier merged commit 203f6f0 into playwright-community:main Nov 21, 2024
2 checks passed
@jfgreffier
Copy link
Collaborator

Great, thank you !

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.

2 participants