elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.77k stars 8.17k forks source link

[SecuritySolution] Timeline api integration tests #183645

Open angorayc opened 4 months ago

angorayc commented 4 months ago

Here are some skipped tests needed to be updated or fixed:

To start the test server:

cd x-pack/test/security_solution_api_integration

node ../../../scripts/functional_tests_server.js --config ./test_suites/investigation/timeline/security_and_spaces/configs/ess.basic.config.ts

Once it's started, open a new terminal and go to the same folder

node ../../../scripts/functional_test_runner --config=test_suites/investigation/timeline/security_and_spaces/configs/ess.basic.config.ts

Originally posted by @angorayc in https://github.com/elastic/kibana/issues/183611#issuecomment-2115298316

elasticmachine commented 4 months ago

Pinging @elastic/security-threat-hunting-investigations (Team:Threat Hunting:Investigations)

angorayc commented 2 months ago

@logeekal https://github.com/elastic/kibana/pull/188855 removes the duplicated serverless tests. Once it's merged, the path of timeline serverless tests will be the same as ESS tests.

logeekal commented 1 month ago

Working on to enable failing tests.