Meet your code where it lives
Bring agentic test generation into your workflow.
Start in the dashboard, run from a terminal, or make every pull request ask whether the new AI-generated behavior has tests.
Local or CI
NoSwag CLI
Package bounded Git context from the repository you are already in. Preview the agent’s plan, then opt into a checksum-guarded write.
python -m pip install noswag
noswag auth login
noswag init
noswag gentest # dry-run
noswag gentest --write # guarded write
Read the CLI guide Pull request flow
NoSwag GitHub Action
Request a report or patch from a pull request, with fork safety and explicit controls around writes, commits, and verification.
- uses: noswag/test-generator@v1
with:
noswag-token: ${{ secrets.NOSWAG_TOKEN }}
mode: patch
Read the Action guide