mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
Functional tests for execution context propagation in alerting and task manager plugins (#111179) (#112066)
* move execution context tests to x-pack folder * add execution context tests for alerts and tasks * cleanup tests * remove obsolete test folder * use ToolingLog instead of console.log # Conflicts: # scripts/functional_tests.js # x-pack/scripts/functional_tests.js
This commit is contained in:
parent
e2d87731de
commit
6eb230d23c
15 changed files with 715 additions and 405 deletions
|
@ -17,5 +17,4 @@ require('@kbn/test').runTestsCli([
|
|||
require.resolve('../test/new_visualize_flow/config.ts'),
|
||||
require.resolve('../test/security_functional/config.ts'),
|
||||
require.resolve('../test/functional/config.legacy.ts'),
|
||||
require.resolve('../test/functional_execution_context/config.ts'),
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue