#33455: Potentially missleading error message when running selenium tests
-----------------------------------------+------------------------
Reporter: David Smith | Owner: nobody
Type: Uncategorized | Status: new
Component: Uncategorized | Version: 4.0
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-----------------------------------------+------------------------
I got tripped up by the error message generated by this line
https://github.com/django/django/blob/2c76c27a951ee76c6f763a05c7e119305a21c78d/tests/runtests.py#L329
The issue was that I didn't have selenium installed. However, the error
message I received was
{{{
runtests.py: error: argument --selenium: Selenium browser specification
'chrome' is not valid.
}}}
Therefore much head scratching trying to think about what was wrong with
chrome/webdriver rather than not having selenium installed. Maybe there is
something better we could do here?
--
Ticket URL: <https://code.djangoproject.com/ticket/33455>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/051.274d37956ceef09de46e2720a0319f7d%40djangoproject.com.