e2e-testing

Automate end-to-end Cloudflare Operator tests against the Cloudflare API.

6|4|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/StringKe/cloudflare-operator --skill e2e-testing-stringke
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: e2e-testing
Source: https://github.com/StringKe/cloudflare-operator/tree/main/.claude/skills/e2e-testing
Command: npx skills add https://github.com/StringKe/cloudflare-operator --skill e2e-testing-stringke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end testing for Cloudflare Operator against real Cloudflare API interactions with CRDs, enabling validation of operator functionality, CRD correctness, and integration test coverage.

Core Features & Use Cases

  • Orchestrates comprehensive end-to-end test sequences across credentials, tunnels, networks, and access policies to verify operator behavior.
  • Provides setup guidance for prerequisites, secrets, and test manifests to reproduce failures and validate CRD workflows.
  • Enables tests in staging or development clusters against real Cloudflare API to ensure reliability before production rollout.

Quick Start

Run the e2e-testing skill to execute the prepared end-to-end test suite against a configured Kubernetes cluster and Cloudflare account.

Frequently Asked Questions about e2e-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run end-to-end tests for a Cloudflare Operator in Kubernetes?▼

You can run end-to-end tests for a Cloudflare Operator by executing an automated test suite against a Kubernetes cluster and real Cloudflare API to validate CRD workflows and operator behavior.

What do I need to validate Cloudflare Operator CRDs during integration testing?▼

Validating Cloudflare Operator CRDs during integration testing requires valid Cloudflare credentials, a Kubernetes cluster, and API access to safely test credentials, tunnels, networks, and access policies.

Can I test Cloudflare tunnels and access policies against the real Cloudflare API?▼

Yes, you can test Cloudflare tunnels and access policies against the real Cloudflare API by orchestrating comprehensive end-to-end test sequences that verify operator functionality and CRD correctness.

How does e2e testing ensure safe and auditable test runs for Cloudflare resources?▼

E2e testing ensures safe and auditable test runs by enforcing predefined prerequisites, providing setup guidance for secrets, and validating test manifests before interacting with real Cloudflare API resources.

When should I use end-to-end tests for Cloudflare Operator CRDs in staging clusters?▼

You should use end-to-end tests for Cloudflare Operator CRDs in staging or development clusters to validate operator reliability and integration test coverage before rolling out to production.