How Konflux E2E Tests Execute on Every PR
All Konflux E2E tests are written in Go using the Ginkgo BDD (Behavior-Driven Development) framework with Gomega assertions. Tests are defined in the e2e-tests Repository and validate that component services work correctly together.
๐ Example Data (60-day sample size):
โข Success: ~40 minutes average
โข Failure: ~106 minutes average (waits for timeout)
โข This timeline shows typical test execution phases
Note: Actual timings may vary based on cluster availability, test selection, and infrastructure load. Check DevLake or Prow for current metrics.