Which languages and frameworks are supported?
JavaScript, TypeScript, Python and others, with framework choices including Jest, Vitest, Mocha and pytest
Will the tests run as-is?
They are written to run against the code you pasted, but import paths depend on your project layout — expect to adjust those. Read generated tests before trusting them, as you would any generated code
Can I control how dependencies are mocked?
Yes — choose no mocking, the framework's own mocks, or hand-written stubs