Skip to content

Instantly share code, notes, and snippets.

@embs
Created July 24, 2013 16:03
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 embs/6071958 to your computer and use it in GitHub Desktop.
Save embs/6071958 to your computer and use it in GitHub Desktop.
RGMS Grails testes passam ao utilizar chromedriver do Linux disponível em http://code.google.com/p/chromedriver/downloads/list
embs@duff ~/Code/rgms (master) $ grails -Dgeb.env=chrome -Dwebdriver.chrome.driver="/home/embs/Downloads/chromedriver" test-app functional:cucumber Record.feature --stacktrace
| Server running. Browse to http://localhost:8080/rgms
| Running 8 cucumber tests...
| Completed 8 cucumber tests, 0 failed in 57598ms
| Server stopped
| Tests PASSED - view reports in /home/embs/Code/rgms/target/test-reports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment