Gives a rough test coverage based on <link rel="help" href="<speclink>"
.
This will currently provide the unique spec links within the tests.
It will recursively look through the folder and subfolders.
Note: This works best on spec generated by bikeshed
It by default just prints into the console, so you can output it using the normal CLI commands such as:
wptcoverage -f .\ > D:\test-coverage.txt
npm install -g wptcoverage
wptcoverage -f <file directory> -t <link to TR version of spec>
Specs have numerous anchors & ids within the spec so this gathers ALL ids & name values from within
the <main>
element in the spec.
Feel free to help out or file issues on Github
Copyright (c) 2017 Greg Whitworth Licensed under the MIT license.