mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[tests] Add intern functional suites option
This commit is contained in:
parent
e4b584256d
commit
5ef2a9715c
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ module.exports = function (grunt) {
|
|||
config: 'test/intern',
|
||||
bail: true,
|
||||
reporters: ['Console'],
|
||||
grep: grunt.option('grep') || '.*',
|
||||
grep: grunt.option('grep'),
|
||||
functionalSuites: grunt.option('functionalSuites'),
|
||||
apps: grunt.option('apps')
|
||||
},
|
||||
dev: {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue