Skip to content

aisensiy/raml2test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A tool to translate raml to mocha api test

Usage

npm install -g raml2html
raml2test raml/path -d output.js

And then just edit the output.js to do what you want for real mocha api test.

Finally run the test:

npm install
npm install -g mocha
mocha output.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published