UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

17 lines (14 loc) 246 B
define([ './intern' ], function (intern) { intern.useSauceConnect = false; intern.webdriver = { host: 'localhost', port: 4444 }; intern.environments = [ { browserName: 'firefox' }, { browserName: 'chrome' } ]; return intern; });