-
Notifications
You must be signed in to change notification settings - Fork 15
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
Improve readability of table that presents test results for each command #733
Labels
enhancement
New feature or request
Comments
This was referenced Aug 5, 2023
We'll discuss in our Tuesday meeting. If possible, please preview before we meet. |
mcking65
moved this from Todo
to Ready for sizing
in Refactor ARIA-AT test structure and test result presentation project
Aug 5, 2023
This was referenced Aug 7, 2023
This was referenced Aug 15, 2023
Closed
howard-e
moved this from Ready for sizing
to In Progress
in Refactor ARIA-AT test structure and test result presentation project
Sep 6, 2023
ccanash
moved this from In Progress
to In sandbox
in Refactor ARIA-AT test structure and test result presentation project
Oct 5, 2023
github-project-automation
bot
moved this from In sandbox
to In Progress
in Refactor ARIA-AT test structure and test result presentation project
Oct 5, 2023
ccanash
moved this from In Progress
to In sandbox
in Refactor ARIA-AT test structure and test result presentation project
Oct 5, 2023
ccanash
moved this from In sandbox
to In production / Completed
in Refactor ARIA-AT test structure and test result presentation project
Oct 16, 2023
Closing as released to production |
github-project-automation
bot
moved this from In production / Completed
to In Progress
in Refactor ARIA-AT test structure and test result presentation project
Oct 16, 2023
ccanash
moved this from In Progress
to In production / Completed
in Refactor ARIA-AT test structure and test result presentation project
Oct 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem description
The design of the table that presents results for each command in a test creates several problems:
This table is used in:
Key assumptions
Note:
It assumes that both "no output" and "incorrect output" verdicts are presented as failed assertions as is described in #735.
Solution proposal
Instead of presenting results for all commands in a single table, present results for each command in a separate section containing the following elements.
Heading with:
*Note: In current reports, the word "then" is preceded by a comma. Do not include a comma.
BlockQuote labeled "AT_NAME Response" and contains the output string.
Table captioned "COMMAND_NAME Results" and columns:
tests.csv
file.A paragraph element that:
Additional integration requirements
In the test runner and candidate review experiences, the results tables are preceded by a level 2 heading with text:
Change this heading text to:
Where x and y represent the total number of passing and failing assertions across all commands in the test.
Currently, on report pages, the test results table is preceded by a level 2 heading with text:
Example:
Change the text of this heading to:
Example using current JAWS/Chrome results:
Mockup
Here is a zip containing an HTML mockup with data from the radio group report.
TestResultsTableMockupForIssue733.zip
The text was updated successfully, but these errors were encountered: