raml-fuzzer
v0.123.0
Published
CLI for Fuzzing RAML Files and testing
Downloads
15
Readme
RAML Fuzzer
CLI for Fuzzing RAML Files
This package is intended to be used for black boxing testing the Luvio compiler and engine. This is achieved by randomly generating (fuzzing) RAML files with Luvio annotations, running the luvio compiler on them, and then running a suite of tests to exercise the engine on the generated code.
Usage
Generate 10 RAML files:
raml-fuzzer generate 10 outputDir
Generate 10 RAML files and compile the code for them using Luvio:
raml-fuzzer generate 10 outputDir -c