I have a Polymer v1.7 element only project.
I have it set up with Travis CI and Sauce Labs which works great!
However, I would like to be able to initiate tests in specific browsers through Sauce Labs without having to tinker with my wct.conf.json file every time.
Polymer CLI's help output shows that you can specify browsers by using the --sauce flag but doesn't tell you what format is required:
-s, --sauce string Remote Sauce Labs browsers to run tests on, or 'default'
Can anyone tell me how to specify the browsers? I imagine I need to tell it what platform, browser and version I need, just don't know how!
Might not be the answer you are looking for. But I figured it might help.
We are using SauceLab and Polymers web-componet-tester
Inside the wct.conf.json file you can specify the browsers SourceLab should use.