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

Add a script to create lists of tests in Interop or with labels #51335

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

Conversation

gsnedders
Copy link
Member

This can be used to create a file that be passed into wpt run --include-file=FILE to run Interop.

This partly overlaps with the code in #51318 insofar as it reads label metadata, but this is a different implementation I wrote earlier. Similar to that, it doesn't live in tools.metadata, as that has a bunch of complex structure and overhead involved in parsing the JSON that didn't seem worthwhile.

Fixes #48603 (wpt run should be able to run only tests in Interop), kinda

This can be used to create a file that be passed into
`wpt run --include-file=FILE` to run Interop.
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.

wpt run should be able to run only tests in Interop
1 participant