Run several AsyncAPI parsers/validators against https://github.com/asyncapi/tck
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.
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
.
Parsers tested:
To generate only JS parsers report:
$ make clean
$ make all-js