/**
 * Minified by jsDelivr using Terser v5.37.0.
 * Original file: /npm/grunt-webdriver-qunit@0.2.6/Gruntfile.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
"use strict";module.exports=function(t){t.initConfig({jshint:{all:["Gruntfile.js","tasks/*.js"],options:{jshintrc:".jshintrc"}},clean:{target:["target"]},"curl-dir":{long:{src:["http://selenium.googlecode.com/files/selenium-server-standalone-2.39.0.jar"],dest:"./bin/"}},connect:{server:{options:{port:"8000",base:"test"}}},webdriver_startup:{options:{port:"4444"}},webdriver_qunit:{options:{baseUrl:"http://localhost:8000",qunitJson:"../test/qunit.json",reportsDir:"target/surefire-reports"},phantomjs:{options:{browserNames:["phantomjs"]}},travis:{options:{browserNames:["phantomjs","firefox"]}},linux:{options:{browserNames:["phantomjs","chrome","firefox"]}},windows:{options:{browserNames:["phantomjs","chrome","firefox","ie","safari"]}}}}),t.loadTasks("tasks"),t.loadNpmTasks("grunt-contrib-jshint"),t.loadNpmTasks("grunt-contrib-clean"),t.loadNpmTasks("grunt-contrib-connect"),t.loadNpmTasks("grunt-curl"),t.registerTask("linux",["jshint","clean","connect","webdriver_startup","webdriver_qunit:linux"]),t.registerTask("windows",["jshint","clean","connect","webdriver_startup","webdriver_qunit:windows"]),t.registerTask("test",["jshint","clean","connect","webdriver_startup","webdriver_qunit:travis"]),t.registerTask("default",["test"])};
//# sourceMappingURL=/sm/35b39f209f3697630fa951d8aa709035e45e47fa1a64be6dad66125f6bad1b9b.map