mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[functional testing] Start new instance of es
This commit is contained in:
parent
7b8374b7c8
commit
0d53f5ee13
2 changed files with 11 additions and 1 deletions
|
@ -22,6 +22,15 @@ module.exports = function (grunt) {
|
|||
}
|
||||
}
|
||||
},
|
||||
dev: {}
|
||||
dev: {},
|
||||
ui: {
|
||||
options: {
|
||||
config: {
|
||||
http: {
|
||||
port: 9209
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
|
@ -15,6 +15,7 @@ module.exports = function (grunt) {
|
|||
]);
|
||||
|
||||
grunt.registerTask('test:ui', [
|
||||
'esvm:ui',
|
||||
'intern:dev'
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue