detox-mobile-test
Эксперт Detox тестирования. Используй для React Native E2E tests и mobile automation.
Эксперт Detox тестирования. Используй для React Native E2E tests и mobile automation.
テストやリンターを実行してプロジェクトの状態を検証します。コード変更後や、動作確認を求められた際に使用します。
Test script creation and execution for Python modules, focusing on functional testing, unit testing, and integration testing. Use when creating test scripts for software modules, running tests to verify functionality, generating test reports, and ensuring code quality in multi-module projects like YouTube-SC.
Validate at every layer data passes through to make bugs impossible
Run dotnet test, capture failed test cases, and generate a rerun filter plus a markdown failure summary. Use when test runs fail and you need a focused rerun command or a compact failure report.
Skill for testing sync-skills functionality.
Test Zod schemas comprehensively with unit tests, integration tests, and type tests for validation logic
Integration Test E2E 테스트, TestRestTemplate 필수, Test Fixtures 재사용. MockMvc 금지, @Sql 어노테이션 테스트 데이터 설정. Gradle testFixtures 플러그인 활용, ArchUnit 의존성 검증.
Guide for testing EDS blocks using test.html files and the development server. Covers test file structure, EDS core integration, testing patterns, and debugging workflows for Adobe Edge Delivery Services blocks.
This skill provides patterns and best practices for generating and organizing tests. It covers unit testing, integration testing, test data factories, and coverage strategies across multiple languages and frameworks.
Swift Testing framework with @Test macro,
Write unit and integration tests for Go services. Use when creating tests, test helpers, mocks, fuzz tests, or benchmarks in Go projects.
Accessibility testing with axe-core and Playwright. Use when checking WCAG compliance, finding a11y issues, ensuring keyboard navigation, or testing screen reader compatibility.
A fake test skill for production registry publishing integration tests
Write comprehensive unit tests for Visual Layout Builder using Vitest. Use when creating tests for lib/ functions, schema validation, canvas utilities, or any business logic. Follows AAA pattern and project testing conventions.
Custom Hypothesis strategy patterns for property-based testing. Activated when designing test data generators or property tests.
pytestを実行してテスト結果とコードカバレッジ情報を報告します。テストの実行、カバレッジの確認、変更が既存のテストを壊していないことの検証が必要な場合に使用してください。
Browser automation with Playwright for Python. Recommended for visual testing. (project)