-
Notifications
You must be signed in to change notification settings - Fork 439
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
phantomjs for local tests #647
Comments
Unfortunately test_annotation doesn't seem to work using PhantomJS instead of Firefox as the webdriver.
If you want to try for yourself just change this line in
to:
|
Since PhantomJS is based on old version of WebKit (see ariya/phantomjs#10031), so it should be closer to Chrome than to Firefox. Therefore, when encountering FF vs Phantom differences, it might make sense to check with Chrome, as a middle ground. |
It would be interesting to see a screenshot after test_login.py has succeeded. |
One more note: it looks like Sauce Labs has some support for capturing the console log. It would be great if we could incorporate this on our testing system. |
@csillag tests pass with chromedriver |
If the tests work with chrome, but not with PhantomJs, then we can do
|
So it looks like login really does work with the test case written |
We're now running unit tests of the front-end code through PhantomJS and the selenium tests have been disabled. |
take from @csillag's email on dev
SauceLabs is great, because
alleviating the need for the developer to keep all those browsers in
working order on his own machine
PhantomJS is great, because
Ideally, we could have a test suite which
developing test cases)
supported browsers.
Is that possible?
The text was updated successfully, but these errors were encountered: