headlamp-k8s / headlamp

A Kubernetes web UI that is fully-featured, user-friendly and extensible
https://headlamp.dev
Apache License 2.0
2.22k stars 155 forks source link

Integrate Multi-Environment Testing for Playwright (Web/App/In-Cluster) #2333

Open vyncent-t opened 1 month ago

vyncent-t commented 1 month ago

Dependent on issue #2332

Description

After migrating Playwright tests to the default structure, the next step is to enable running tests across different environments: web, app, and in-cluster. The goal is to create a unified setup so developers can easily run tests in any environment without needing reconfiguration, ensuring consistent test coverage across all modes.

illume commented 4 days ago

I think this can be done in another step. It's more important now to get at least one minimal app test running.

vyncent-t commented 4 days ago

Working on this https://github.com/headlamp-k8s/headlamp/pull/2344