mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 16:29:04 -04:00
This pull request introduces two changes to our existing API integration tests: 1. It restructures the files to follow the security solution-wide standard. 2. It adds our API integration tests to the periodic MKI pipeline. [Example build](https://buildkite.com/elastic/kibana-serverless-security-solution-quality-gate-defend-workflows/builds/818) **Change of Structure:** All tests have been moved to `x-pack/test/security_solution_api_integration/test_suites/edr_workflows` and are grouped by feature and then by licensing. ![Screenshot 2024-07-10 at 11 52 42]( |
||
---|---|---|
.. | ||
hooks | ||
pipeline-resource-definitions | ||
pipeline-utils | ||
pipelines | ||
scripts | ||
.mocharc.json | ||
.npmrc | ||
disabled_jest_configs.json | ||
ftr_configs.yml | ||
package-lock.json | ||
package.json | ||
pull_requests.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.test.json |
Kibana / Buildkite
Directory Structure
hooks
- special directory used by Buildkite agents for hookspipeline-utils
- Shared TypeScript utils for use in pipeline scriptspipelines
- contains pipeline definitionsscripts/common
- scripts that getsource
d by other scripts to set environment variables or import shared functionsscripts/lifecycle
- general scripts for tasks that run before or after individual steps or the entire buildscripts/steps
- scripts that define something that will run for a step defined in a pipelinescripts/*
- all other scripts are building blocks that make up the tasks in pipelines. They may be run by other scripts, but should not besource
d