TYPO3 Testing Skill
[](https://github.com/netresearch/typo3-testing-skill/releases/tag/v2.0.0)
About
# TYPO3 Testing Skill [](https://github.com/netresearch/typo3-testing-skill/releases/tag/v2.0.0) A comprehensive Claude Code skill for creating and managing TYPO3 extension tests. ## Features - **Test Creation**: Generate Unit, Functional, and E2E tests - **E2E Testing**: Playwright-based browser automation (TYPO3 Core standard) - **Accessibility Testing**: axe-core integration for WCAG compliance - **Infrastructure Setup**: Automated testing infrastructure installation - **CI/CD Integration**: GitHub Actions and GitLab CI templates - **Quality Tools**: PHPStan, Rector, php-cs-fixer integration - **Fixture Management**: Database fixture templates and tooling - **Test Orchestration**: runTests.sh script pattern from TYPO3 best practices ## Installation ### Option 1: Via Netresearch Marketplace (Recommended) ```bash /plugin marketplace add netresearch/claude-code-marketplace ``` Then browse skills with `/plugin`. ###
Quick Start
Manual Installation
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions