🛠️ Troubleshooting — Early Repo CLI (early generate-for-project)
This guide covers problems specific to the Early project CLI used in repo-level test generation.
It complements the shared troubleshooting guide → which includes solutions for tokens, memory, Jest, and commit errors.
❌ No Test Files Generated
This can happen for several different reasons, ranging from configuration or permissions issues to already-covered code.
Please go through the checklist step by step in
👉 Why No Tests Were Generated
That guide explains every possible cause — including missing CLI installation, coverage command failures, validation errors, SCM permissions, and more — along with how to fix each one.
🔑 API Key Missing or Invalid
🔐 Token Invalid or SCM Commit Fails
See Token Missing or Insufficient Permissions →
📦 CLI Installation Fails
See GitHub Packages Install Failures →
💥 Out of Memory or Crashes
See Concurrency and Performance →
🛑 Git Commit Fails
Ensure:
GIT_USER_NAMEandGIT_USER_EMAILare set- You're not using a shallow checkout
📚 More Help
👉 Next: Repo CLI FAQ