An open API service indexing awesome lists of open source software.

https://github.com/ioleo/ramlunit

Validate RAML and generate JUnit-like report.
https://github.com/ioleo/ramlunit

check junit-format raml test validate

Last synced: over 1 year ago
JSON representation

Validate RAML and generate JUnit-like report.

Awesome Lists containing this project

README

          

# ramlunit

Validate RAML and generate JUnit-like report.

### Usage

```
Usage: ramlunit [options]

Options:

-h, --help output usage information
-o, --output output path: ramlunit-report.xml
-V, --version output the version number
```

### Arguments

##### 1: ``

Path to input file. Defaults to `main.raml`.

### Options

##### `--output` or `-o`

Path to output file. Defaults to `ramlunit-report.xml`. The output file will be overwritten.

### License

This tools is released under the [MIT LICENSE](LICENSE).