Good question. TelluriumConfig.groovy is a global setting file for the whole project, if you need to run different browsers for different test cases, you can use the following method to overwrite the settings in the TelluriumConfig.groovy file.
public void setCustomConfig(boolean runInternally, int port, String browser, boolean useMultiWindows, String profileLocation) For more, please read http://code.google.com/p/aost/wiki/WhatsNewInTellurium_0_6_0#Customize_Individual_Test_settings_Using_setCustomConfig Thanks, Jian On Tue, Jul 14, 2009 at 3:23 AM, waylon zhang <[email protected]> wrote: > > We always need support multiple browses when we developed the > automation test scripts, even through we can configure the > TelluriumConfig.groovy's browser item point the browse type to run it. > But it still doesn’t convenience enough because most of times we need > integrate with Hudson, if every time just can run one browse, we still > need changed the config file or at least two Hudson jobs to run > another browser. I hope you can understand my said. Here I want to > raise a question how to support multiple browses at same time? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
