-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation instruction ambiguities #304
Comments
That is currently my issue. I am using the script with both marionette and webdriver (using geckodriver). It runs, but I get I discovered this script is what pa11y uses to scan for accessibility. Maybe I can figure out how they are getting the information out of it. |
I found the code in |
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 does that. |
@jrpool thank you for the link. Hopefully, I didn't take this issue too far off topic. I wrote a new runner locally that actually returns a value, but then I realized the machinery at the heart of HTMLCS is like continuation passing style but without return values. I started adding I noticed many functions return false under some failure conditions, but otherwise they implicitly return null. I just want to get return values from the callbacks threaded through HTMLCS. Do you think a PR adding this while preserving backwards compatibility would be welcome? I'm sure I'm off topic now. |
The README file seems to be ambiguous with respect to:
grunt build
. Apparently local installation of Grunt and creation of a Gruntfile are required, but this is not stated, nor is the content of the necessery Gruntfile specified.puppeteer
script could be adapted to useplaywright
.HTMLCS_RUNNER.run()
can be captured for further processing in either thepuppeteer
or thejsdom
case.The text was updated successfully, but these errors were encountered: