kibana/x-pack/test/functional
Yuliia Fryshko 994ebc0f9c
Move test utils from legacy api to agnostic (#224381)
## Summary

Closes [219684](https://github.com/elastic/kibana/issues/219684)

This PR removes the `observability_ai_assistant_api_integration` folder,
relocating its tests and dependencies into relevant functional test
directories or agnostic api tests. Common utilities used across both
(functional and agnostic) suites have been moved to the agnostic folder.


### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [ ] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [ ] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)

### Identify risks

Does this PR introduce any risks? For example, consider risks like hard
to test bugs, performance regression, potential of data loss.

Describe the risk, its severity, and mitigation for each identified
risk. Invite stakeholders and evaluate how to proceed before merging.

- [ ] [See some risk
examples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)
- [ ] ...

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2025-06-27 20:22:06 +01:00
..
apps Move test utils from legacy api to agnostic (#224381) 2025-06-27 20:22:06 +01:00
es_archives [Detection Engine] Adds alternate path/mappings for source data_stream fields in alerts index (#220447) 2025-06-12 19:04:08 -05:00
fixtures chore(streams): add scout test for wired and classic stream (#220295) 2025-05-23 08:37:51 -04:00
page_objects [ska][x-pack] Move canvas, watcher and dev_tools functional tests 2025-06-27 17:20:22 +03:00
screenshots/baseline [maps] globe projection (#212437) 2025-03-03 18:31:05 -07:00
services [ska][x-pack] Move canvas, watcher and dev_tools functional tests 2025-06-27 17:20:22 +03:00
config.base.js [Fleet] Update minimun package spec version to 2.3 (#214600) 2025-03-25 13:04:29 +01:00
config.ccs.ts [ska][x-pack] Move canvas, watcher and dev_tools functional tests 2025-06-27 17:20:22 +03:00
config.edge.js [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
config.firefox.js [ska][x-pack] Move canvas, watcher and dev_tools functional tests 2025-06-27 17:20:22 +03:00
config.upgrade_assistant.ts [UA] Forwardport 8.x UA commits into main (#218957) 2025-05-05 12:55:47 +02:00
ftr_provider_context.ts
README.md

Kibana Functional Testing

See our Functional Testing Guide