mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
This PR refactors Osquery E2E tests in a way that makes all the tests "stand alone". Up until now we were passing state between suites that made them dependant on each other (i.e. tests further down the line were expecting artifacts to be created by previous ones). From now on, each suite creates all the needed artifacts on its own and removes them once completed. Since there are no longer any dependencies between tests, each and every one can be run independently. Additionally we have dropped Kibana archiver in favour of api calls. --------- Co-authored-by: Tomasz Ciecierski <ciecierskitomek@gmail.com> Co-authored-by: Patryk Kopycinski <contact@patrykkopycinski.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
agent.ts | ||
artifact_manager.ts | ||
cli_config.ts | ||
config.ts | ||
fleet_server.ts | ||
ftr_provider_context.d.ts | ||
resource_manager.ts | ||
runner.ts | ||
services.ts | ||
utils.ts | ||
visual_config.ts |