elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.68k stars 8.23k forks source link

[Observability Onboarding] Move Playwright tests to Kibana repo and setup local dev environment #199016

Open mykolaharmash opened 2 weeks ago

mykolaharmash commented 2 weeks ago

Ideally, Playwright tests would be autonomous without coupling with ensemble scenario. Currently they depend on each other, we need to check if it's possible to change that.

elasticmachine commented 2 weeks ago

Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs)

mykolaharmash commented 2 weeks ago

This is now waiting for Ensemble to support yarn as a dependency manager. At the moment it uses npm, which fails to resolve some dependencies in Kibana repo before running Playwright tests.