mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Functional tests for execution context (#110299)
* remove unnecessary ts-ignore * add context propagation to x-opaque-id header tests * run tests on CI * simplify logging. the action purpose follows from the context name * extend tests with the assertion against execution_context from the Kibana logs * split JSON log records only * apply suggestions proposed by Spencer
This commit is contained in:
parent
c42391ed3a
commit
641cef7ca6
9 changed files with 463 additions and 6 deletions
|
@ -20,6 +20,7 @@ const onlyNotInCoverageTests = [
|
|||
require.resolve('../test/api_integration/config.js'),
|
||||
require.resolve('../test/interpreter_functional/config.ts'),
|
||||
require.resolve('../test/examples/config.js'),
|
||||
require.resolve('../test/functional_execution_context/config.ts'),
|
||||
];
|
||||
|
||||
require('../src/setup_node_env');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue