- From: <bugzilla@jessica.w3.org>
- Date: Wed, 17 Oct 2012 12:18:53 +0000
- To: public-test-infra@w3.org
- Message-ID: <bug-19575-4828@http.www.w3.org/Bugs/Public/>
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19575
Priority: P3
Bug ID: 19575
CC: public-test-infra@w3.org
Assignee: mike@w3.org
Summary: Find test cases linked to a given spec or spec section
QA Contact: dave.null@w3.org
Severity: normal
Classification: Unclassified
OS: Linux
Reporter: dom@w3.org
Hardware: PC
Status: NEW
Version: unspecified
Component: Test Framework
Product: Testing
The current test framework API doesn't let one easily find all the test cases
linked to a given spec, or a given spec section.
The use case for this is: I want to test HTML5 video support in browsers, so I
would like to get all the test cases that relates to that feature, which I can
reasonably well associate to a given section of the HTML5 spec.
(I guess it's possible to iterate through all the test suites, than through the
specs linked with the said test suites, and then the sections, but that's a lot
more work than needed)
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Wednesday, 17 October 2012 12:18:58 UTC