django-selenium
django-selenium copied to clipboard
Selenium testing support for django
Results
2
django-selenium issues
Sort by
recently updated
recently updated
newest added
After I installed django 1.8 and run the harvest command in shell I get this: ``` python ERROR: Failure: WebDriverException (Message: Can't load the profile. Profile Dir: %s If you...
I'm using both south, django-coverage and django-selenium in my project. Funny thing is, they both override the django test command, and in 3 different ways. Things are, only south do...