Test execution, running, and webapp testing for CFN
Scanned 2/12/2026
Install via CLI
openskills install masharratt/claude-flow-novice---
name: cfn-test-framework
description: Test execution, running, and webapp testing for CFN
version: 1.0.0
tags: [mega-skill, testing, execution, playwright, webapp]
status: production
---
# Test Framework Skill (Mega-Skill)
**Version:** 1.0.0
**Purpose:** Test execution, running, and webapp testing for CFN
**Status:** Production
**Consolidates:** cfn-test-execution, cfn-test-runner, cfn-webapp-testing
---
## Overview
This mega-skill provides complete testing capabilities:
- **Execution** - Test suite execution and reporting
- **Runner** - Test process management and parallelization
- **Webapp** - Browser-based webapp testing (Playwright)
---
## Directory Structure
```
test-framework/
├── SKILL.md
├── lib/
│ ├── execution/ # From cfn-test-execution
│ ├── runner/ # From cfn-test-runner
│ └── webapp/ # From cfn-webapp-testing
└── cli/
```
---
## Migration Paths
| Old Path | New Path |
|----------|----------|
| cfn-test-execution/ | test-framework/lib/execution/ |
| cfn-test-runner/ | test-framework/lib/runner/ |
| cfn-webapp-testing/ | test-framework/lib/webapp/ |
---
## Version History
### 1.0.0 (2025-12-02)
- Consolidated 3 testing skills into mega-skill
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.
Generate a comprehensive VC investment assessment report for a company
Manage Globalize translation resources using the CLI. Use this skill when the user asks to create a translation project, add or remove languages, connect a GitHub or GitLab repository, manage glossaries or style guides, invite team members, manage API keys, or perform any Globalize platform operation. Also use when the user mentions managing translations, translation workflow, or wants to "set up translations for this repo." This skill assumes the CLI is already installed and authenticated — ...
Develop and operate a local Paperclip instance — start and stop servers, pull updates from master, run builds and tests, manage worktrees, back up databases, and diagnose problems. Use whenever you need to work on the Paperclip codebase itself or keep a running instance healthy.
Guide for creating, updating, and deprecating hybrid cloud RPC services in Sentry. Use when asked to "add RPC method", "create RPC service", "hybrid cloud service", "new RPC model", "deprecate RPC method", "remove RPC endpoint", "cross-silo service", "cell RPC", or "control silo service". Covers service scaffolding, method signatures, RPC models, cell resolvers, testing, and safe deprecation workflows.