crc-org / crc-extension

Red Hat OpenShift Local Extension for integration of OpenShift Local clusters with Podman Desktop
Apache License 2.0
17 stars 21 forks source link

[FEAT(QE)] Implement E2E tests into OpenShift local extension to verify extension installation into podman desktop #313

Open odockal opened 1 month ago

odockal commented 1 month ago

General information

Please add basic e2e test scenario that will test the openshift local extension installation into podman desktop. Implement the scenario with use the Playwright testing framework. Use @podman-desktop/tests/playwright dependency. Prepare npm target test:e2e to run the tests so it can be in future run from CI.

Similar tests already exists in bootc, ai-lab or sso extension.

odockal commented 3 weeks ago

CRC-Extension has also dependency on Red Hat Authentication extension. The test needs to take that into account.

odockal commented 7 hours ago

@danivilla9 What is with this issue? Do you still work on it?