Skip to content

Instantly share code, notes, and snippets.

View joviano-dias's full-sized avatar

Joviano Dias joviano-dias

  • Big Blue Wave Limited
  • London
View GitHub Profile
@rowanmanning
rowanmanning / pa11y-queue.js
Created May 18, 2016 19:17
Example of running Pa11y in parallel
// 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';
@orip
orip / build.gradle
Created February 14, 2013 09:52
Print Gradle test results to console
/*
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 {