kibana/x-pack/test/osquery_cypress
Konrad Szwarc 8eb73eab9f
Osquery cypress optimizations (#152332)
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>
2023-03-07 16:05:17 +01:00
..
agent.ts Osquery cypress optimizations (#152332) 2023-03-07 16:05:17 +01:00
artifact_manager.ts [Defend Workflows] Osquery Take Action against all agents (#152188) 2023-02-28 15:10:12 +01:00
cli_config.ts Cypress baseline for osquery (#102265) 2021-06-23 13:59:35 +02:00
config.ts Osquery cypress optimizations (#152332) 2023-03-07 16:05:17 +01:00
fleet_server.ts Osquery cypress optimizations (#152332) 2023-03-07 16:05:17 +01:00
ftr_provider_context.d.ts Cypress baseline for osquery (#102265) 2021-06-23 13:59:35 +02:00
resource_manager.ts Osquery cypress optimizations (#152332) 2023-03-07 16:05:17 +01:00
runner.ts Osquery cypress optimizations (#152332) 2023-03-07 16:05:17 +01:00
services.ts Cypress baseline for osquery (#102265) 2021-06-23 13:59:35 +02:00
utils.ts Osquery cypress optimizations (#152332) 2023-03-07 16:05:17 +01:00
visual_config.ts Cypress baseline for osquery (#102265) 2021-06-23 13:59:35 +02:00