-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Is your feature request related to a problem? Please describe.
Run against multiple browsers/platforms in same test
Describe the solution you'd like
Seems pretty clear. I wanna be able to run tests against a configured list of browsers as a minimum. I wanna be able to combine the browser list against platforms for SauceLabs. I don't want to live in JSON hell to configure the thing.
Describe alternatives you've considered
The current work around is to maintain multiple configuration files and trigger a bunch of runs either in parallel or one after another with Jenkins or whatever to get the coverage that you want. That's fine, but it's not ideal, especially when SauceLabs offers this sort of thing as a featurez.
Additional context
Just need to get it done!