Skip to content

Latest commit

 

History

History
 
 

runner

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

asyncapi/tck/runner

Run several AsyncAPI parsers/validators against https://github.com/asyncapi/tck

Generating report

Following command will install all runners, run them and generate HTML report:

$ make

Then you can open generated HTML report (reports/html/index.html) in your browser.

Note about branches

By default links to asyncapi/tck files on Github point to master branch. To point to a different branch, provide tck_branch option to make commands. E.g. make tck_branch=develop all-js.

JavaScript

Parsers tested:

To generate only JS parsers report:

$ make clean
$ make all-js