LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: test-generation

Browse skills that share this tag.

  • playwright-generate-test - Generate Playwright tests with Playwright MCP
    playwrighttestingtypescriptplaywright-mcp

    ★ 0 · Updated 2026-09-14

    Generate, validate, and self-heal Playwright TypeScript E2E tests from user scenarios using Playwright MCP.

    ⚙ Interact with apps using Playwright MCP⚙ Capture screenshots at scenario steps⚙ Identify stable page locators
  • generate - Generate Playwright tests
    playwrighttestingtest-generatione2e-testing

    ★ 0 · Updated 2026-09-14

    Generate production-ready Playwright tests from a user story, URL, component name, or feature description.

    ⚙ Parse test arguments⚙ Explore codebase for test context⚙ Select and adapt test templates
  • playwright-generate-test - Generate Playwright tests with Playwright MCP
    playwrighte2e-testingtest-generationmcp

    ★ 0 · Updated 2026-09-14

    Generate Playwright TypeScript tests from user scenarios using Playwright MCP.

    ⚙ Open target web application⚙ Capture step-by-step screenshots⚙ Identify stable page locators
  • tdd-workflows-tdd-red - Generate failing tests for the TDD red phase.
    tddunit-testingtest-generationred-phase

    ★ 0 · Updated 2026-09-14

    Generate failing tests for the TDD red phase to define expected behavior and edge cases.

    ⚙ Generate failing tests⚙ Define expected behaviors and edge cases⚙ Verify test failure reasons
  • generate-api-test - Generate Playwright API tests using local LLM or Claude
    playwrightapi-testingtest-generationllm

    ★ 0 · Updated 2026-09-13

    Generates Playwright API tests using local LLM with Claude fallback, saves to tests/api/, and records results in TESTS_API.md.

    ⚙ Generate Playwright API test files⚙ Auto-detect API test type⚙ Run generated test specs automatically
  • test - Generate tests for a function, class, or file
    test-generationtestingunit-testcode-quality

    ★ 0 · Updated 2026-09-10

    Generates comprehensive tests for specified code adhering to existing project conventions and verifies their execution.

    ⚙ Read and analyze target code⚙ Identify project test patterns⚙ Generate comprehensive test cases
  • test-generation - Generate tests systematically to improve code coverage.
    test-generationcoverage-targetregression-teststest-suite

    ★ 39 · Updated 2026-09-10

    Provides a structured workflow for analyzing code, creating tests, and validating coverage goals to improve test coverage.

    ⚙ Analyze code paths and edge cases⚙ Generate tests and validate coverage⚙ Summarize test results and gaps
  • api-to-testcase-generator - Generate API Test Cases Automatically
    api-testingtest-generationpytestjest

    ★ 62 · Updated 2026-06-15

    Generate test cases from API definitions covering happy paths, edge cases, errors, and boundaries

    ⚙ parse API definitions⚙ generate test cases⚙ create test code