Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue #24: added phantomjs as possible webdriver #26

Merged
merged 1 commit into from
Jun 16, 2015

Commits on Nov 27, 2014

  1. issue grails-samples#24: added phantomjs as possible webdriver

    make sure that you've installed http://http://phantomjs.org and start tests with 
       grails -Dgeb.env=phantomjs test-app
    or - if you are using windows - with
       grails "-Dgeb.env=phantomjs" test-app
    
    Some of the tests will fail. It seems that this is because the test tries to set the object id through changing an <input type=hidden /> field. Phantomjs seems to not like this and throws an exception.
    rdmueller committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    7976d90 View commit details
    Browse the repository at this point in the history