Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mykolaharmash opened this issue Nov 5, 2024 · 3 comments · Fixed by #203616
Assignees
Labels
Team:obs-ux-logs Observability Logs User Experience Team

Comments

@mykolaharmash
Copy link
Contributor

mykolaharmash commented Nov 5, 2024

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.

@mykolaharmash mykolaharmash self-assigned this Nov 5, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label Nov 5, 2024
@mykolaharmash mykolaharmash added the Team:obs-ux-logs Observability Logs User Experience Team label Nov 5, 2024
@elasticmachine
Copy link
Contributor

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

@botelastic botelastic bot removed the needs-team Issues missing a team label label Nov 5, 2024
@mykolaharmash
Copy link
Contributor Author

mykolaharmash commented Nov 12, 2024

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.

@mykolaharmash
Copy link
Contributor Author

Change to support custom Playwright config locations https://github.com/elastic/ensemble/pull/368

mykolaharmash added a commit that referenced this issue Dec 18, 2024
…ywright repo (#203616)

Closes #199016

This change migrates and and expands tests from
[oblt-playwright](https://github.com/elastic/oblt-playwright) repo.

These tests are part of the [Nightly
workflow](https://github.com/elastic/ensemble/actions/workflows/nightly.yml)
and being run by an Ensemble story on the CI.

The Nightly workflow itself is still in development and does not support
some of the use cases, that's why kubernetes tests are skipped for now
in this PR.

See the `./README.md` on how to run the tests locally.

---------

Co-authored-by: kibanamachine <[email protected]>
JoseLuisGJ pushed a commit to JoseLuisGJ/kibana that referenced this issue Dec 19, 2024
…ywright repo (elastic#203616)

Closes elastic#199016

This change migrates and and expands tests from
[oblt-playwright](https://github.com/elastic/oblt-playwright) repo.

These tests are part of the [Nightly
workflow](https://github.com/elastic/ensemble/actions/workflows/nightly.yml)
and being run by an Ensemble story on the CI.

The Nightly workflow itself is still in development and does not support
some of the use cases, that's why kubernetes tests are skipped for now
in this PR.

See the `./README.md` on how to run the tests locally.

---------

Co-authored-by: kibanamachine <[email protected]>
benakansara pushed a commit to benakansara/kibana that referenced this issue Jan 2, 2025
…ywright repo (elastic#203616)

Closes elastic#199016

This change migrates and and expands tests from
[oblt-playwright](https://github.com/elastic/oblt-playwright) repo.

These tests are part of the [Nightly
workflow](https://github.com/elastic/ensemble/actions/workflows/nightly.yml)
and being run by an Ensemble story on the CI.

The Nightly workflow itself is still in development and does not support
some of the use cases, that's why kubernetes tests are skipped for now
in this PR.

See the `./README.md` on how to run the tests locally.

---------

Co-authored-by: kibanamachine <[email protected]>
CAWilson94 pushed a commit to CAWilson94/kibana that referenced this issue Jan 13, 2025
…ywright repo (elastic#203616)

Closes elastic#199016

This change migrates and and expands tests from
[oblt-playwright](https://github.com/elastic/oblt-playwright) repo.

These tests are part of the [Nightly
workflow](https://github.com/elastic/ensemble/actions/workflows/nightly.yml)
and being run by an Ensemble story on the CI.

The Nightly workflow itself is still in development and does not support
some of the use cases, that's why kubernetes tests are skipped for now
in this PR.

See the `./README.md` on how to run the tests locally.

---------

Co-authored-by: kibanamachine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment