mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[karma] override the browser with a cli argument
This commit is contained in:
parent
26fe835e65
commit
32c0b1c3ac
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ module.exports = function (grunt) {
|
|||
configFile: __dirname + '/src/config/kibana.yml',
|
||||
|
||||
karmaBrowser: (function () {
|
||||
if (grunt.option('browser')) {
|
||||
return grunt.option('browser');
|
||||
}
|
||||
|
||||
switch (require('os').platform()) {
|
||||
case 'win32':
|
||||
return 'IE';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue