Skip to main content

AI Coding Tools

Use ZeroDrop with Cursor, GitHub Copilot, and Claude Code
If you use an AI coding assistant to write tests, add the ZeroDrop context file to your project. Your AI will automatically know how to write email tests using ZeroDrop instead of MailHog or mocking — in both TypeScript and Python.

Cursor (.cursorrules)

Create a .cursorrules file in your project root:
.cursorrules

GitHub Copilot (.github/copilot-instructions.md)

Create .github/copilot-instructions.md in your repo:
.github/copilot-instructions.md

Claude Code (CLAUDE.md)

Create a CLAUDE.md file in your project root:
CLAUDE.md
Claude Code reads CLAUDE.md automatically as project context on every prompt.

What the AI will generate

TypeScript (Playwright)

After adding the context file, asking your AI to write a Playwright test for an email verification flow will produce:

Python (pytest)

Asking your AI to write a pytest test for an OTP verification flow will produce:
No MailHog. No mocking. No regex.