·frappe-test
</>

frappe-test

Create comprehensive test suites for Frappe Framework v15 applications. Triggers: "create tests", "add tests", "frappe test", "write tests", "test coverage", "/frappe-test". Generates unit tests, integration tests, fixtures, and factory patterns following testing best practices.

26Installs·1Trend·@sergio-bershadsky

Installation

$npx skills add https://github.com/sergio-bershadsky/ai --skill frappe-test

How to Install frappe-test

Quickly install frappe-test AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/sergio-bershadsky/ai --skill frappe-test
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: sergio-bershadsky/ai.

SKILL.md

View raw

Create comprehensive test coverage for Frappe v15 applications using pytest-compatible test classes, fixtures, and factory patterns.

| Component | Unit Test | Integration Test | E2E Test |

| DocType Controller | ✓ (hooks) | ✓ (full lifecycle) | — | | Service Layer | ✓ (logic) | ✓ (with DB) | — | | Repository | — | ✓ (queries) | — | | API Endpoint | ✓ (validation) | ✓ (full request) | ✓ | | Utility Functions | ✓ | — | — |

Create comprehensive test suites for Frappe Framework v15 applications. Triggers: "create tests", "add tests", "frappe test", "write tests", "test coverage", "/frappe-test". Generates unit tests, integration tests, fixtures, and factory patterns following testing best practices. Source: sergio-bershadsky/ai.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/sergio-bershadsky/ai --skill frappe-test
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from sergio-bershadsky/ai

Quick answers

What is frappe-test?

Create comprehensive test suites for Frappe Framework v15 applications. Triggers: "create tests", "add tests", "frappe test", "write tests", "test coverage", "/frappe-test". Generates unit tests, integration tests, fixtures, and factory patterns following testing best practices. Source: sergio-bershadsky/ai.

How do I install frappe-test?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sergio-bershadsky/ai --skill frappe-test Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/sergio-bershadsky/ai