This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Example of running Pa11y in parallel. Now that I found | |
// this I realise it should definitely be in the examples | |
// in the repo! | |
// | |
// You'll need to install `async` and `pa11y`, probs in a | |
// package.json. This isn't perfect, might need some | |
// tweaking. Also runs in Node.js 4+ because I'm far too | |
// used to typing `const` and arrow functions now. | |
'use strict'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Sample output: | |
> gradle test ruby-1.9.3-p194 testing_with_gradle 9179829 ✗ | |
... | |
:test | |
Results: SUCCESS (84 tests, 74 successes, 0 failures, 10 skipped) | |
*/ | |
test { | |
testLogging { |