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.
- Host: GitHub
- URL: https://github.com/ioleo/ramlunit
- Owner: ioleo
- License: mit
- Created: 2017-02-23T09:22:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T10:01:58.000Z (about 9 years ago)
- Last Synced: 2025-01-08T11:13:36.322Z (over 1 year ago)
- Topics: check, junit-format, raml, test, validate
- Language: TypeScript
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).