What problem does it solve?
This Skill solves the problem of generating realistic, correctly-linked test data for any Frappe/ERPNext DocType quickly and securely, with the option to roll back changes in one click.
Core Features & Use Cases
- Quick Test Data Generation: Automates the generation of test data with dependencies, linked records, and foreign key management.
- AI-Driven Data Creation: Uses AI to generate realistic data for specific DocTypes based on user instructions.
- Batch Tracking and Rollback: Tracks all data generation in batches and allows for easy rollback of all changes in one operation.
- Use Case: Perfect for testing API integrations, demos, or local environments where real data is needed.
Quick Start
Generate 5 Sales Orders and their dependencies using Frappe Faker with the following command: bench --site mysite faker generate --doctype "Sales Order" --count 5