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.
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