Skip to content

Instantly share code, notes, and snippets.

@juampynr
Created January 26, 2015 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juampynr/504b2ae1809dcb825786 to your computer and use it in GitHub Desktop.
Save juampynr/504b2ae1809dcb825786 to your computer and use it in GitHub Desktop.
// CasperJS default settings.
$command_specific['casperjs'] = array(
'verbose' => TRUE,
'url' => 'http://local.mysite.com',
'test-root' => '../testing/tests',
'includes' => '../testing/users.js,../testing/common.js',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment