Skip to content

Commit

Permalink
Run the awesome new screenshot capture, save images
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Sep 10, 2012
1 parent c88d673 commit a7401d8
Show file tree
Hide file tree
Showing 22 changed files with 49 additions and 0 deletions.
Binary file modified content/screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/screenshots/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/screenshots/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/screenshots/12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/screenshots/13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/screenshots/14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/screenshots/15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/screenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/screenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/screenshots/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/screenshots/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/screenshots/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/screenshots/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/screenshots/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/screenshots/mobile.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/screenshots/mobile/16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/screenshots/mobile/17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/screenshots/mobile/18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/screenshots/mobile/19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/screenshots/screenshots.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions screenshots.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
screenshots:
- url: 'http://genghis/'
- url: 'http://genghis/'
# clear out the welcome message:
before: |
app.router.navigate('/servers/localhost', true);
app.router.navigate('/', true);
actions:
- 'setTimeout(function() { $("#servers tr:first-child .databases.has-details").popover("show"); }, 100);'
- 'setTimeout(function() { $("a.keyboard-shortcuts").click(); }, 100);'
- url: 'http://genghis/servers/localhost'
- url: 'http://genghis/servers/localhost'
before: |
var dbs = $('#databases td:first-child a');
dbs.eq(Math.floor(Math.random() * dbs.length)).click();
actions:
- 'setTimeout(function() { $("header nav .dropdown.database").addClass("open"); }, 100)'
- 'setTimeout(function() { $("#databases tr:first-child button.destroy").click(); }, 100)'
- 'setTimeout(function() { $("#databases tr:first-child button.destroy").click(); $("div.appriseOuter .aButtons button:last-child").click(); }, 100)'
- url: 'http://genghis/servers/localhost'
before: |
var dbs = $('#databases td:first-child a');
dbs.eq(Math.floor(Math.random() * dbs.length)).click();
setTimeout(function() {
var colls = $('#collections td:first-child a');
colls.eq(Math.floor(Math.random() * colls.length)).click();
setTimeout(function() {
$("#documents article:first-child").find("button.edit, button.destroy").css("visibility", "visible");
}, 50);
}, 100);
actions:
- 'setTimeout(function(){ $("#documents article:first-child button.edit").click(); }, 200)'
- 'setTimeout(function(){ $("#documents article:first-child button.destroy").click(); }, 200)'
- 'setTimeout(function(){ $("button.add-document").eq(0).click(); }, 200)'
- 'setTimeout(function(){ app.selection.set("query", "{name:{$exists:true}}");}, 200)'
- 'setTimeout(function(){ app.selection.set("query", "{name:{$exists:true}}"); $(".grippie").click();}, 200)'

mobile:
- url: 'http://genghis/'
- url: 'http://genghis/'
# clear out the welcome message:
before: |
app.router.navigate('/servers/localhost', true);
app.router.navigate('/', true);
- url: 'http://genghis/servers/localhost'
- url: 'http://genghis/servers/localhost'
before: |
var dbs = $('#databases td:first-child a');
dbs.eq(Math.floor(Math.random() * dbs.length)).click();

0 comments on commit a7401d8

Please sign in to comment.