You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2021. It is now read-only.
For a long time, I dream of a tool that would automate or at least simplify the creation of tests.
Indeed, when working with javascript, we often work with large json structures. And so to write the unit tests, we have to write mocks with all this data. And this is therefore very time-consuming, more than describing the test itself.
I would dream to have a tool, which when running an application, that it is able to record all the input output of a function, and then why not generate the tests of this function.
I have the impression that what the approach made by typewiz, could allow to realize that? At least record the inputs and outputs of each function.
What do you think ? Would that be possible?
Ps: for now I have not yet managed to run typewiz.