Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor debug dashboard #226

Merged
merged 17 commits into from
Apr 8, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
comment out IE and Safari to test build
roderickhsiao authored Apr 2, 2019
commit 8f4f77f5dc21965099e0d6d028c65da2d070fefd
22 changes: 11 additions & 11 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -238,18 +238,18 @@ module.exports = function (grunt) {
'capture-html': false,
'record-screenshots': false
},
throttled: 2, // sauce lab open source has limited tunnel
throttled: 3,
browsers: [
{
browserName: 'edge',
platform: 'Windows 10',
version: '16.16299'
},
{
browserName: 'internet explorer',
platform: 'Windows 10',
version: '11.285'
},
// {
// browserName: 'internet explorer',
// platform: 'Windows 10',
// version: '11.285'
// },
{
browserName: 'chrome',
platform: 'Windows 10',
@@ -260,11 +260,11 @@ module.exports = function (grunt) {
platform: 'Windows 7',
version: '66'
},
{
browserName: 'safari',
platform: 'macOS 10.14',
version: '12.0'
}
// {
// browserName: 'safari',
// platform: 'macOS 10.14',
// version: '12.0'
// }
]
}
}