We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2b183 commit ddf0dbbCopy full SHA for ddf0dbb
Gruntfile.js
@@ -18,7 +18,7 @@ module.exports = function (grunt) {
18
concurrency: 10,
19
maxRetries: 3,
20
maxPollRetries: 4,
21
- urls: ['http://127.0.0.1:3000/js/tests/index.html?hidepassed'],
+ urls: ['http://localhost:3000/js/tests/index.html?hidepassed'],
22
browsers: grunt.file.readYAML('build/sauce_browsers.yml')
23
}
24
0 commit comments