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 and revise support and commands JSON data for the new V2 test format #988

Merged
merged 2 commits into from
Sep 20, 2023

Conversation

mcking65
Copy link
Contributor

@mcking65 mcking65 commented Sep 4, 2023

Preview Tests

his PR makes several additions to the support.json file and adds a new commands.json file.

This data is necessary for writing test plans in the new V2 test format. It will also be used in the new build scripts to resolve #977.

support.json:

  • add strings to support screen reader settings and assertion tokens for the new assertions.csv and commands.csv formats.
  • Add URL data for ARIA and HTML-AAM specifications for the new references.csv format.

commands.json: Add all the command string representations necessary for the new V2 test format. For V2-formatted test plans, this data replaces resources/keys.mjs.

support.json:
* add strings to support screen reader settings and assertion tokens.
* Add URL data for ARIA and HTML-AAM specifications.

commands.json: Add all the command string representations necessary for the new V2 test format.
@IsaDC IsaDC merged commit 98a240f into master Sep 20, 2023
7 checks passed
@IsaDC IsaDC deleted the v2-json-data branch September 20, 2023 15:50
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.

Update test builder to support V2 of test format
2 participants