Added ability to forward query strings to tests#82
Added ability to forward query strings to tests#82halindrome wants to merge 2 commits intow3c:masterfrom
Conversation
This is an option on the run window. Also cleaned up the option handling and added URL handling for all of the options on the run page. Added documentation for the URL parameters to the instructions page. All changes are backward compatible (in that I did not change any of the existing names / ids / classes on the controls) just in case someone was relying upon those.
|
I'm not convinced this is a desirable change. The pipes feature is intended for internal usage, and tests may specify their own query string parameters using |
|
My thought here was that you would want to start up tests from the URI and pass in parameters that tune the tests. How is data in those meta values made available to tests and can they be manipulated via the URI that is passed in? I think it is really important. Review status: 0 of 3 files reviewed at latest revision, all discussions resolved. Comments from Reviewable |
|
The idea is that each Allowing people to change the test behaviour in an unbounded way seem contrary to that goal. |
|
The use case would be supplying information to the test - for example a URI On Wed, Jul 20, 2016 at 3:38 PM, jgraham notifications@github.com wrote:
Shane McCarron |
Support {{location[pathname]}} subsitution to match the DOM API
This is an option on the run window to address issue #79
Also cleaned up the option handling and added URL handling for all
of the options on the run page. Added documentation for the URL
parameters to the instructions page.
All changes are backward compatible (in that I did not change any of the
existing names / ids / classes on the controls) just in case someone was
relying upon those.
This change is