Exemplo n.º 1
0
 public ConfigSettings()
 {
     runTimeSettings      = new RuntimeSettings();
     reportSettings       = new ReportSettings();
     httpProxy            = new HttpProxy();
     imageCompareSettings = new ImageCompareSettings();
     purpleSettings       = new PurpleSettings();
     browserStackSettings = new BrowserStackSettings();
     sauceLabsSettings    = new SauceLabsSettings();
 }
Exemplo n.º 2
0
 public ConfigSettings()
 {
     runTimeSettings = new RuntimeSettings();
     reportSettings = new ReportSettings();
     httpProxy = new HttpProxy();
     imageCompareSettings = new ImageCompareSettings();
     purpleSettings = new PurpleSettings();
     browserStackSettings = new BrowserStackSettings();
     sauceLabsSettings = new SauceLabsSettings();
 }