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

Conversation

rdmueller
Copy link
Contributor

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 field. Phantomjs seems to not like this and throws an exception.

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.
graemerocher added a commit that referenced this pull request Jun 16, 2015
issue #24: added phantomjs as possible webdriver
@graemerocher graemerocher merged commit 25c0dcc into grails-samples:master Jun 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants