Opened 8 years ago

Closed 8 years ago

#25652 closed New feature (duplicate)

Provide a more generic way to test different browsers in selenium tests

Reported by: Tim Graham Owned by: nobody
Component: Testing framework Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

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 Sasha Gaevsky, 8 years ago

Ticket looks very similar to #25364.

comment:2 by Tim Graham, 8 years ago

Resolution: duplicate
Status: newclosed

Yep, I forgot I created that one.

Note: See TracTickets for help on using tickets.
Back to Top