cpuu / awesome-fuzzing

A curated list of awesome Fuzzing(or Fuzz Testing) for software security
843 stars 86 forks source link

Add `test-each` to JavaScript section #2

Closed ehmicky closed 5 years ago

ehmicky commented 5 years ago

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.

cpuu commented 5 years ago

LGTM