Closed straker closed 5 years ago
@stephenmathieson I can see what you mean. The option was suppose to mimic the axe-cli --stdout
flag, which is a boolean. I was going for consistency in API names since axe-cli uses axe-webdriver. What do you think of printToStdout
or maybe verbose
?
Maybe something like logIframeErrors: true | false
? This way it clearly states its purpose.
Dev Task.
@padmavemulapati there is something "QA-able" here. One could verify the behavior with/without the logIframeErrors
option provided.
This uses the same option name as
axe-cli
with the idea being that it can just pass the option directly into this. The default is true so behavior doesn't change from before, and only passingstdout: false
will cause it to throw the error.Closes: #41
Reviewer checks
Required fields, to be filled out by PR reviewer(s)