quailjs / quail

Accessibility testing in the browser and on the server.

Home Page:http://quailjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow the WCAG2 test runner to store Quail results in a file (2.x.x branch)

bartfeenstra opened this issue · comments

The WCAG2 test runner on master is already capable of storing raw Quail results in a file, but on the 2.x.x only the default runner seems to be able to do this. This requires us to analyze every single line of stdout (which includes many log messages) to extract the JSON and parse that. This requires additional code and system resources, which for our project slows down the testing speed significantly.

We'd need some form of control over the location of the output file, so we know where to find it from the PHP application that controls Quail execution.

This is available in at least 2.2.17. Thanks!