mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
## Summary
- Combines the `endpoint` and `mocked_data` tests suites so that they
run from the same cypress configuration/run buildkite setup
- Moved test files from the `endpoint/` and `mocked_data/` directories
into new sub-directories that more closely describe the set of tests
they contain
- The `security_solution/package.json` file was updated so that the
following `scripts` will now output a warning indicating that command is
no longer valid:
- `cypress:dw:endpoint`
- `cypress:dw:endpoint:run`
- `cypress:dw:endpoint:open`
The following npm/yarn commands remain available for running tests
locally:
```shell
yarn --cwd=x-pack/plugins/security_solution cypress:dw:open
```
```shell
yarn --cwd=x-pack/plugins/security_solution cypress:dw:run
```
New test file struncture:
<img width="415" alt="image"
src="
|
||
---|---|---|
.. | ||
code_coverage | ||
es_snapshots | ||
flaky_tests | ||
fleet | ||
performance | ||
pull_request | ||
quality-gates | ||
scalability | ||
artifacts.yml | ||
artifacts_container_image.yml | ||
artifacts_trigger.yml | ||
bazel_cache.yml | ||
build_api_docs.yml | ||
on_merge.yml | ||
on_merge_unsupported_ftrs.yml | ||
package_testing.yml | ||
pipeline.kibana-serverless-release.yaml | ||
purge_cloud_deployment.yml | ||
purge_cloud_deployments.yml | ||
update_demo_env.yml |