-
Notifications
You must be signed in to change notification settings - Fork 28
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
DO NOT MERGE: Build v2 test format with "make-v2'ed" CSVs #998
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
… page format now also matches 977
… 'F / Shift + F' for eg.
howard-e
force-pushed
the
build-v2-test-format-with-new-csvs
branch
from
November 6, 2023 14:12
04d3687
to
6549575
Compare
howard-e
force-pushed
the
build-v2-test-format-with-new-csvs
branch
from
November 6, 2023 21:34
6549575
to
17b56b2
Compare
howard-e
force-pushed
the
build-v2-test-format-with-new-csvs
branch
from
November 7, 2023 14:51
17b56b2
to
a340e3b
Compare
howard-e
force-pushed
the
build-v2-test-format-with-new-csvs
branch
from
November 7, 2023 18:15
a340e3b
to
1184a56
Compare
howard-e
force-pushed
the
build-v2-test-format-with-new-csvs
branch
from
November 13, 2023 16:47
1184a56
to
5edd018
Compare
howard-e
force-pushed
the
build-v2-test-format-with-new-csvs
branch
from
November 14, 2023 16:03
5edd018
to
a83d026
Compare
howard-e
force-pushed
the
build-v2-test-format-with-new-csvs
branch
from
November 15, 2023 16:17
a83d026
to
f56746d
Compare
…ted file which covers all settings
howard-e
force-pushed
the
build-v2-test-format-with-new-csvs
branch
from
November 15, 2023 22:49
f56746d
to
24f5827
Compare
howard-e
force-pushed
the
build-v2-test-format-with-new-csvs
branch
from
November 16, 2023 15:22
24f5827
to
4db0848
Compare
3 tasks
#1003) * Initial rendering pass * Initial interaction with assertion checkbox * Cleanup and use assertionResponseQuestion * Remove unused required validation, Ensure input fires state change event * Use assertionResponseQuestion in v1 tests as well
howard-e
force-pushed
the
build-v2-test-format-with-new-csvs
branch
from
November 20, 2023 16:52
4db0848
to
122f51e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Preview Tests
This PR runs:
npm run make-v2 "pattern"
for all patterns, wherepattern
is a directory found intests/
, so that the generatedPreview Tests
link represents what the new v2 test format files produces.NOTE: This is branched off of #997 and meant only for providing examples of how the v2 format may work on the review pages.