mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[functional testing] Cleanup before going to next task
This commit is contained in:
parent
ca81d4b777
commit
f611c44af4
1 changed files with 4 additions and 1 deletions
|
@ -21,7 +21,10 @@ module.exports = function (grunt) {
|
|||
'run:testUIServer',
|
||||
'downloadSelenium',
|
||||
'run:seleniumServer',
|
||||
'intern:dev'
|
||||
'intern:dev',
|
||||
'esvm_shutdown:ui',
|
||||
'stop:seleniumServer',
|
||||
'stop:testUIServer'
|
||||
]);
|
||||
|
||||
grunt.registerTask('test:ui:server', [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue