Hi.
I'm looking for the recommended approach to add some test configuration. 
This would be arbitrary configuration (not geb's).

   1. Is GebConfig.groovy a good place for such configuration? Or am I 
   expected to roll my own config resource?
   2. I noticed the following:
      1. 
      
      browser.config.properties: provides System properties (would allow 
providing config from the command line, but not from file)
      
      2. 
      
      browser.config.rawConfig: provides access to GebConfig 
      
      3. 
      
      browser.config.rawConfig.properties: provides access to a properties 
closure in GebConfig
      
      Is rawConfig/properties documented parts of Geb's config API? If so, 
where can I read more about it?
      
      3. Is there a a way to have configuration properties such that it 
   would have a default value (e.g. in GebConfig's top-level scope), a 
   potential per-env override (under environments.foo) , and will also be 
   overridable from command line?

Thanks,

-- 
You received this message because you are subscribed to the Google Groups "Geb 
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/geb-user/0abfdf84-efaf-4ce7-9f35-2a6dbbc1bcbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to