Skip to content
Discussion options

You must be logged in to vote

Biggest friction for me has been generated tests needing manual cleanup for edge cases and async timing.

What helped:

  1. Keep components small and focused before generation.
  2. Regenerate after minor component refactors instead of editing huge test files.
  3. Add explicit waits/mocks for async flows to reduce flaky output.
  4. Run tests immediately after generation and fix failing cases in small passes.
  5. Track repeated failures and add those scenarios to the prompt/context.

This reduced flaky tests and made the generated suite much faster to stabilize.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by aashir023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants