Developer Hub
Resources & Guides
Deep dives into file handling, QA automation strategies, and testing best practices.
Guide5 min read
The Ultimate Guide to Testing File Uploads
Learn how to stress-test your storage buckets, validate mime-types, and handle edge-cases like 0-byte files.
Read Guide β
DevOps3 min read
Automating QA Data Generation with CI
Stop committing binary files to your git repo. Generate them on the fly during your build process.
Read Guide β
Compliance4 min read
Generating GDPR-Compliant Test Data
How to ensure your staging environment doesn't violate data privacy laws while still having realistic data.
Read Guide β
API Reference (CLI)
The FileMock CLI exposes all generator logic via a simple command line interface.
# Check version
filemock --version
# Generate 10 unique PDF invoices
filemock generate pdf --count 10 --prefix invoice_