mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
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 |
||
---|---|---|
.. | ||
common | ||
lifecycle | ||
pipelines | ||
serverless | ||
steps | ||
bootstrap.sh | ||
build_kibana.sh | ||
copy_es_snapshot_cache.sh | ||
download_build_artifacts.sh | ||
packer_cache.sh | ||
post_build_kibana.sh | ||
saved_object_field_metrics.sh |