Currently the plugin doesn't allow you to set anything about the browser configuration, hence the version of the browser + it's binary path.
This should be taken care of in my next release with the different configuration options. Are you willing to be a beta tester of that plugin version ? Richard On 2012-02-09, at 14:49, Michael Higgins <[email protected]> wrote: > > Hey, folks... Thanks for the feedback so far. > > So what I have inherited is a set of 'rspec' tests. I've modified them > to be able to consume an environment variable 'browser' when setting up > the requested capabilities. So my build step is, > > export BROWSER=firefox ; rspec selenium_spec ; export BROWSER=chrome ; > rspec selenium_spec ... > > So far, so good -- I think. Now how to add more browsers to the mix? > For example, firefox-9.0.1 firefox-3.6, etc? Is this a feature that is > coming, or something already configurable? > > Or do I need to configure different nodes with different versions of > browsers and use the matrix plugin to run across a bunch of nodes? Just > not sure what the intended use case is as the plugin is designed. Like > I should be able to set capabilities.version=x.x.x? > > Cheers, > > -- > Michael Higgins > QA Intern, PuppetLabs > [email protected]
