elastic / kibana

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

[Security Solution][Serverless] Automation readiness for GA #189468

Open MadameSheema opened 1 month ago

MadameSheema commented 1 month ago

Summary

Before going GA, we need to make sure that all our core functionalities are properly tested and covered with automation, since we are not going to have the same amount of time to do manual testing before releasing to production.

To do so we need to:

  1. Identify the core functionalities of each one of the area teams.
  2. Make sure that those functionalities are covered by automation (Cypress or API tests)
  3. If the functionality is covered by automation:
    • Make sure that the test is not skipped
    • Make sure the test is executed on the periodic pipeline
    • If the test is a candidate for the Kibana QA quality gate add it
  4. If the functionality is not covered by automation:
    • Add automation to it
    • Make sure the test is executed on the periodic pipeline
    • If the test is a candidate for the Kibana QA quality gate add it
elasticmachine commented 1 month ago

Pinging @elastic/security-solution (Team: SecuritySolution)

mchopda commented 1 month ago

Thanks Glo for creating this issue and this to track any missing automation.