Welltested Docs
v1.x.x
v1.x.x
  • Welltested AI
    • Set up
    • Unit Tests
      • Annotation
      • Generate Tests
      • Save Tests
      • Good to Knows
        • Custom Testcases
        • Regenerate Bad Tests
        • The Batching Rule
    • FAQs
      • Paid Plans
      • Code Privacy
      • Support
    • IDE Assist
      • Commands
      • Code Actions
    • Testability Guidelines
Powered by GitBook
On this page
  1. Welltested AI
  2. Unit Tests

Save Tests

PreviousGenerate TestsNextGood to Knows

IDE Assist: Trigger via the IDE command

Whenever you makes fixes to the tests or annotated classes, it's required to save those updates on our systems so we don't overwrite them with our existing cache.

To save your tests, run this command:

dart run welltested:save build

Benefits of saving tests:

  1. Avoid Mistake Repetition: If you fix a mistake in our generated tests and save it on the system, we tend to learn from your fixes and not repeat them again.

  2. Match your code style: With more examples of the code style and pattern you like, we create tuned tests for you.

Save Unit Tests