Opened 9 years ago
Closed 9 years ago
#25652 closed New feature (duplicate)
Provide a more generic way to test different browsers in selenium tests
Description ¶
The current way of writing selenium tests involves creating multiple subclasses of a test case for each browser. This is repetitive, cumbersome, and error-prone. Instead it would better if we didn’t need these subclasses and could instead specify the browsers to test as a command line option.
There is a first draft implementation of this by Julien Phalip, but I'd like to remove the parts about running the tests remotely on Sauce Labs for now since that's really a separate feature.
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Yep, I forgot I created that one.
Ticket looks very similar to #25364.