﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32606	Allow rich configuration of Selenium tests	Dominik George	nobody	"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."	New feature	closed	Testing framework	dev	Normal	wontfix			Unreviewed	0	0	0	0	0	0
