Re: Selenium mess

2017-05-18 Thread XaviP
My experiences with django-selenium-Firefox were really painful. When finally switch to phantomjs, all was better, but from time to time, the tests still freeze in travis-ci. Hope it helps. El dimecres, 17 maig de 2017 16:45:18 UTC+2, Antonis Christofides va escriure: > > Hi, > > I am the autho

Re: Selenium mess

2017-05-17 Thread Tim Graham
I haven't been able to run the selenium tests in Django's test suite without errors similar to what you describe since the geckodriver became required for testing with Firefox. I suspect this is a selenium/geckodriver issue rather than anything Django related. In the meantime, we're running the

Selenium mess

2017-05-17 Thread Antonis Christofides
Hi, I am the author of django-selenium-clean . I'm happy I wrote extensive unit tests for it, which has made it much easier to see what's up in various Python/Selenium/Browser combinations. But I have some trouble and I was wondering whether there'