Save Tests

IDE Assist: Trigger via the IDE command Save Unit Tests

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.