Closed jaimeiniesta closed 5 years ago
Good catch! IIRC that log is coming from axe-webdriverjs
, so we'll have to update it. I think the simplest fix would be to log the error to stderr (where errors belong).
I'll see if I can get to this in the next day or so.
This has been fixed in axe-webdriverjs
. All we should need to do now is update the dependency and push a new version here.
I've been trying the new option to output results as JSON directly to
stdout
and it works great but I've found that in some cases some extra warnings are also output, which can lead to problems in parsing JSON, for example:I've tried this but it doesn't help, these warnings still appear in
stdout
: