conductor-framework/conductor

Headless testing

Closed this issue · 4 comments

Does this work with headless webdrivers?

phantomjs is in there, yea :) if there is something missing, feel free to open a pull request

Thanks

@ddavison Can I set the @config annotation per environment? Example, on my dev environment, I'm running Chrome but, on my QA environment, I'll be using PhantomJs.

Thanks again.

if you are using >=2.0.1 you can use the CONDUCTOR_BROWSER environment variable, or implement a more custom solution to account for your different environments