Skip to content

Instantly share code, notes, and snippets.

@gruzzilkin
Created September 7, 2014 17:00
Show Gist options
  • Save gruzzilkin/8b1b1817edc1591618fc to your computer and use it in GitHub Desktop.
Save gruzzilkin/8b1b1817edc1591618fc to your computer and use it in GitHub Desktop.
Sample gemini test
var gemini = require('gemini');
gemini.suite('new-post', function(suite) {
suite
.setUrl('projects/7days/7days-redesign/product/new-post.html')
.setCaptureElements('.b-page')
.capture('plain')
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment