#32606: Allow rich configuration of Selenium tests
---------------------------------------------+------------------------
Reporter: Dominik George | Owner: nobody
Type: New feature | Status: new
Component: Testing framework | Version: dev
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 |
---------------------------------------------+------------------------
Currently, the SeleniumTestCase allows passing a list of browsers to run
tests with.
I propose to extend this feature from a flat list of strings to the
following:
A dictionary mapping browsers to a list of dictionaries can be passed. The
key is the name of the browser (the same string that was currently passed
in the browsers list), and the list contains dictionaries of capabilities
that are passed to the respective browsers.
The use case is testing with the same browser with different settings.
e.g. different screen resolutions, different versions (possible with
BrowserStack), etc.
I am willing to implement this change if the idea is accepted.
--
Ticket URL: <https://code.djangoproject.com/ticket/32606>
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/055.7e641b2bf4542c9b9869c77b79c5e944%40djangoproject.com.