test-each is a Node.js library to repeat the same tests using different inputs.
It has built-in support for fuzz testing by allowing users to use random functions as inputs. The actual inputs (random functions or array of fuzzy strings/elements) must be supplied by the user, e.g. with libraries like faker.js, chance.js, json-schema-faker or big-list-of-naughty-strings.
test-each
is a Node.js library to repeat the same tests using different inputs.It has built-in support for fuzz testing by allowing users to use random functions as inputs. The actual inputs (random functions or array of fuzzy strings/elements) must be supplied by the user, e.g. with libraries like faker.js, chance.js, json-schema-faker or big-list-of-naughty-strings.
It is test-runner independent.