
It generates unit tests that actually run and make sense for my code. Instead of giving generic placeholder tests, it picks up on edge cases in functions that I might have missed and saves me from writing all the repetitive test boilerplate manually. Review collected by and hosted on G2.com.
Large codebases can take a bit of time to index when you first open them. Also, if a function depends on several different files, it sometimes takes a couple of tries to get complete test coverage. Review collected by and hosted on G2.com.