generators/config/config_generator.rb in howitzer-2.3.0 vs generators/config/config_generator.rb in howitzer-2.4.0
- old
+ new
@@ -11,9 +11,10 @@
{ source: 'default.yml', destination: 'config/default.yml' },
{ source: 'drivers/browserstack.rb', destination: 'config/drivers/browserstack.rb' },
{ source: 'drivers/crossbrowsertesting.rb', destination: 'config/drivers/crossbrowsertesting.rb' },
{ source: 'drivers/headless_chrome.rb', destination: 'config/drivers/headless_chrome.rb' },
{ source: 'drivers/headless_firefox.rb', destination: 'config/drivers/headless_firefox.rb' },
+ { source: 'drivers/lambdatest.rb', destination: 'config/drivers/lambdatest.rb' },
{ source: 'drivers/sauce.rb', destination: 'config/drivers/sauce.rb' },
{ source: 'drivers/selenium.rb', destination: 'config/drivers/selenium.rb' },
{ source: 'drivers/selenium_grid.rb', destination: 'config/drivers/selenium_grid.rb' },
{ source: 'drivers/testingbot.rb', destination: 'config/drivers/testingbot.rb' }
] }