Save Tests
Whenever you make changes to the tests or your code, it's required to save those updates to welltested so we don't overwrite them from the cache.
To save your changes, run the command:
Saving tests help:
Reduce Errors: If you rectify a mistake in our generated tests and save the fix, we tend to learn from your fixes and not repeat the mistakes again.
Learn your code style: With more examples of your code style and pattern, we create better tests tuned for you.
Last updated