Running & Verifying Kubernetes Jobs with Playwright
This guide provides step-by-step documentation and reference implementations for triggering and verifying Kubernetes Jobs from the Playwright test framework. It covers two primary use cases:
- Local Development (Model A - Direct CLI): Running tests locally against a local cluster (
kind/ Docker). - Cloud/Enterprise CI/CD (Model B - Azure AKS + OIDC): Running tests in a secure CI/CD pipeline against Azure Kubernetes Service (AKS) across multiple namespaces using OpenID Connect (OIDC) authentication.
SDLC Phase: Automated CI/CD & Non-Functional Testing
π
Want to keep reading?
This technical standard contains step-by-step code guidelines, architectural runbooks, and pipeline definitions. Sign in or register to unlock access.