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

double-check that a label can't be added to a WPT subtest #58

Closed
cookiecrook opened this issue Aug 31, 2023 · 3 comments
Closed

double-check that a label can't be added to a WPT subtest #58

cookiecrook opened this issue Aug 31, 2023 · 3 comments
Assignees

Comments

@cookiecrook
Copy link
Collaborator

cookiecrook commented Aug 31, 2023

double-check that a label can't be added to a WPT subtest

Some discussion in ARIA re: splitting HTML-AAM roles tests and ARIA roles tests into individual files... Would like to avoid that if we can label a subtest.

@cookiecrook cookiecrook self-assigned this Aug 31, 2023
@cookiecrook
Copy link
Collaborator Author

@cookiecrook
Copy link
Collaborator Author

cookiecrook commented Sep 26, 2023

Not in the site search docs but in the wpt-metadata readme:

links:
  - product: [product spec] (optional)
    url: [URL]
    label: [Label]
    results:
    - test: [Test name] 
      subtest: [Subtest name] (optional)
      status: [Specific test result status] (optional)

So might be able to do:

- label: [Label]
      results:
        - test: [filename.html]
          subtest: [Subtest 1 name]
          subtest: [Subtest 2 name]

@cookiecrook
Copy link
Collaborator Author

cookiecrook commented Sep 26, 2023

Ah... Nevermind...

label is a label to its tests; label is used at a test-level and do not apply to subtests. When label is present in a link:

  • product should be omitted
  • url is optional
  • subtest is omitted

Closing.

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

No branches or pull requests

1 participant