Zbyněk Drápela
Zbyněk Drápela
## Description Add tests that verify `analytics-provider-segment` is enabled by default and that it can be disabled by configuration. ## Which issue(s) does this PR fix - Fixes [RHIDP-2065](https://issues.redhat.com//browse/RHIDP-2065) ##...
## Description - Set Cypress reporter to generate JUnit test results. - Upload test results to IBMCloud file storage. - Triggers webhook to pass the JUnit test results to a...
## Description This PR is making it possible to test RHDH installation on AKS. E2E tests are limited to those that run immediately without further configuration of the cluster (skipped...
## Description Please explain the changes you made here. ## Which issue(s) does this PR fix - Fixes [RHIDP-4371](https://issues.redhat.com/browse/RHIDP-4371) ## PR acceptance criteria Please make sure that the following steps...
## Description This PR is switching the AKS nightly tests from long running cluster (that goes to sleep and wake up) to a spot instance (that is created and then...
Test AKS GKE
## Description Please explain the changes you made here. ## Which issue(s) does this PR fix - Fixes #? ## PR acceptance criteria Please make sure that the following steps...
## Description I’ve been exploring ways to reduce flakiness in our E2E tests, and I've noticed that we rely quite heavily on CSS/XPath locators. Playwright documentation actually [discourages these](https://playwright.dev/docs/locators#locate-by-css-or-xpath) in...