Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Automatic test generator, at least automatic creation of mock data #97

@manudss

Description

@manudss

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions