Skip to content

Instantly share code, notes, and snippets.

@cstipkovic
Last active January 30, 2018 15:20
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 cstipkovic/a16ae7f51dfb28885c39534f993d80d9 to your computer and use it in GitHub Desktop.
Save cstipkovic/a16ae7f51dfb28885c39534f993d80d9 to your computer and use it in GitHub Desktop.
Lista com algumas dicas de comandos para o CasperJS

Executando o CasperJS no modo DEBUG

export PHANTOMJS_EXECUTABLE=./node_modules/.bin/phantomjs && ./node_modules/.bin/casperjs test --direct --log-level=debug --ignore-ssl-errors=true test/e2e/test-*.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment