Jonathan Pool

Results 19 comments of Jonathan Pool

@Jym77: Thank you for your detailed and helpful reply to this issue. You raise a valuable question about whether it is semantically appropriate to enclose a single word in a...

Testaro (https://www.npmjs.com/package/testaro) runs HTMLCS (and other packages). Testaro captures the output of HTMLCS and integrates it into its own output. The code and README file of Testaro show how it...

There were 3 issues: 1. The duration. 2. The impossibility of trapping a timeout error. 3. The indefinitely repeated logging of the entire page.

I have succeeded in managing this by running accessibility-checker in a child process and killing it after it completes or times out.

These detailed considerations by @bbertucc are much appreciated. Standardized reporting was added to Testaro in May 2023. I avoided doing this on the principle that Testaro should not try to...

Thank you, @tgrushka. This seems like a superb idea! It is also possible to manage Testaro work by splitting tests and tools among multiple agents and combining their reports, but...

Thank you for describing ways in which the usage documentation is confusing. This is helpful for making the README file clearer. Basically, Testaro makes one contribution: facilitating ensemble testing (testing...

Thank you, @kathari00, for confirming the desire for tutorial content. The right strategy, it seems to me, is to produce, or encourage others to produce, software that applies Testaro and...

@kathari00 is correct that there was a bug in the `testaro` tool’s `reveal` act. The testing features of Testaro are currently too meager to have caught that bug. Your report...

@kathari00: Can you give me an idea of whether the use case you describe would be best served by an API service, a service with a browser-based user interface, or...