Skip to content

Instantly share code, notes, and snippets.

@rkusa
Created May 11, 2014 13:10
Show Gist options
  • Save rkusa/9ba484db789e4ba02c58 to your computer and use it in GitHub Desktop.
Save rkusa/9ba484db789e4ba02c58 to your computer and use it in GitHub Desktop.
local testling testing on Mac with Chrome without X11

Add /usr/bin/chrome (+ chmod +x /usr/bin/chrome) Run testling -x chrome

#!/bin/sh
open -a "Google Chrome" $1
@rreusser
Copy link

In hindsight I guess that was obvious, but I wouldn't have guessed it. This worked perfectly. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment