-
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
Render reference pages with setup script and button #512
Conversation
795955f
to
e022548
Compare
b36a4b2
to
227d35f
Compare
e2a767c
to
9c9d9f0
Compare
@@ -0,0 +1,28 @@ | |||
/// <reference path="../../types/aria-at-csv.js" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm seeing several empty files, lib/data/csv.js, lib/data/file.js and lib/data/parsed.js - do you know what that's about?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah. I'll remove those. They were a step in a process I want to continue moving functions out of scripts/create-example-tests.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a delight to see the code get cleaner with each iteration!
The ARIA-AT App should start showing the setup button on the new imported test plan versions.
6fff0a4
to
8fda09c
Compare
Preview Tests
Close #450 and #485
To improve the test page setup experience (#369), create a copy of the reference page during the test generation for each setup script. This copy will embed the setup script and a button to activate that script once. After running the test the window can be refreshed with
Ctrl + R
,Cmd + R
,F5
, etc. As the script and button are now part of the reference page the test instruction page does not to try and modify it at the right time.TODO