Created
July 24, 2013 16:03
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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