raml-fuzzer
TypeScript icon, indicating that this package has built-in type declarations

0.123.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i raml-fuzzer

Weekly Downloads

3

Version

0.123.0

License

MIT

Unpacked Size

107 kB

Total Files

87

Last publish

Collaborators

  • lwc-admin