kibana/tasks/config/clean.js
Spencer 2e7fed87fd [ftr] take screenshots on failure (#11709)
* [tests/functional] move screenshots to their own service

* [ftr] add testFailure and testHookFailure lifecycle hooks

* [tests/functional/screenshots] cleanup old screenshots at startup

* [test/functional/screenshots] take screenshots when tests fail

* [cli_plugin/install] fix test

* [ui/scanner] fix test
2017-05-11 12:07:23 -07:00

9 lines
229 B
JavaScript

module.exports = function () {
return {
build: 'build',
target: 'target',
testsFromModules: 'build/kibana/node_modules/**/{test,tests}/**',
devSourceForTestbed: 'build/kibana/src/core_plugins/testbed/',
};
};