-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Security Solution] Split Cypress execution on CI between Detections and Response
and Threat Hunting
#153661
Comments
Pinging @elastic/security-solution (Team: SecuritySolution) |
## Summary [This PR copies off of this one which adds a config for Investigations, but instead adds one for Explore.](#158236) In this PR following this issue: #153661 we are creating a Cypress execution just for the `Explore` team. That would help the teams to improve their ownership of the tests. - This PR moves one Explore test to the new directory. We plan to move them all in a follow up PR. - We are updating the codeowners file to reflect this new change. - We are creating a new script that runs just the explore team. - We are doing all the necessary changes to have all the tests inside the new explore folder executed on the CI - We are adding this new execution to the unsupported ftrs execution ### For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: kibanamachine <[email protected]>
Example of extracting Cypress tests into a separate FTR config: #158747 |
I had started on this last week before the influx of SDH issues. Hopefully we can get to this this week! |
@banderror @yctercero , @oatkiller or me cand help you to make it happen, so don't hesitate to ping us :) @oatkiller may you please update this ticket with the work you have done so far? Thanks! |
@MadameSheema mentioned this elsewhere: As we are adding more and more automated tests, we sometimes need to increase the parallelism number of our executions in
|
Closing this ticket since currently all the area teams inside D&R and TH have their own specific execution on Cypress :) |
After the agreement arrived on the https://github.com/elastic/security-team/issues/6181 discussion, these are the next steps we need to follow:
Identify tests ownership
Split test execution: @MadameSheema
Update CODEOWNERS file: @elastic/security-detections-response , @elastic/security-threat-hunting, @oatkiller
The text was updated successfully, but these errors were encountered: