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]
