x-pack/platform/packages/private/kbn-scout-release-testing/README.md
Release upgrade testing package for Kibana stateful deployments.
This package contains end-to-end tests that verify Kibana functionality across version upgrades in stateful Elastic Cloud deployments. Tests are executed through the AppEx QA Stateful Cloud Upgrade Tests pipeline and are built using the @kbn/scout testing framework.
The primary goal of this package is to ensure:
Tests are written using Scout, Kibana's Playwright-based testing framework, which provides:
kbn-scout-release-testing/
├── test/
│ └── scout/
│ └── ui/
│ ├── playwright.config.ts # Playwright configuration
│ └── discovery_tests/ # Test suites organized by feature
│ └── discovery.spec.ts # Discover app tests
├── kibana.jsonc # Package manifest
├── package.json
├── tsconfig.json
└── README.md
Tests run in the AppEx QA Stateful Cloud Upgrade Tests Buildkite pipeline:
This package is maintained by @elastic/appex-qa
For questions or support, reach out in:
#appex-qa