kibana/.buildkite/scripts
Mykola Harmash 6ed214a69f
Migrate onboarding Cypress tests to Scout (#205482)
This change converts Cypress tests for the custom logs flow into
Playwright using [the Scout
wrapper](https://github.com/elastic/kibana/tree/main/packages/kbn-scout).

> [!NOTE]
> As Scout package is still being developed, the PR pipeline configured
to runs Playwright tests only when code in certain plugins have been
changed and not on every PR.

### How to run tests locally

Start the Scout server
```bash
node scripts/scout.js start-server --stateful
```

In a separate terminal run the tests
```bash
npx playwright test --config x-pack/solutions/observability/plugins/observability_onboarding/ui_tests/playwright.config.ts
```

Playwright runs browsers in a headless mode by default, user `--headed`
option if needed
2025-01-10 09:44:29 +01:00
..
common Add base FTR test coverage for inference APIs (#198000) 2024-12-04 06:39:45 -06:00
lifecycle ci(ftr): notify owners in the slack message when failures (#205260) 2025-01-07 11:53:04 +00:00
pipelines Migrate onboarding Cypress tests to Scout (#205482) 2025-01-10 09:44:29 +01:00
serverless Serverless release pipeline - adjust version key for QA (#192968) 2024-09-16 09:31:28 +02:00
steps Migrate onboarding Cypress tests to Scout (#205482) 2025-01-10 09:44:29 +01:00
bootstrap.sh [ci] Reuse .yarn-local-mirror (#198613) 2024-11-04 16:24:15 -06:00
build_kibana.sh Revert "[ci] Remove archive kibana distribution (#199565)" 2024-11-25 12:24:30 -06:00
copy_es_snapshot_cache.sh [ci] Use es snapshot cache for jest integration tests (#196695) 2024-10-18 08:00:57 -05:00
download_build_artifacts.sh [ci] Remove plugin build (#197125) 2024-11-06 13:59:47 -06:00
packer_cache.sh Sustainable Kibana Architecture: Move modules owned by @elastic/security-solution (#202851) 2024-12-16 22:55:27 -06:00
post_build_kibana.sh [ci] Validate bundle limits earlier (#199155) 2024-11-06 11:52:53 -06:00
saved_object_field_metrics.sh [ci] remove github-checks-reporter (#144193) 2022-10-28 16:21:02 -05:00