Chūnin HTML is a part of
Chūnin Core and
Chūnin Extension that parse report.chunin files and generate
pretty HTML reports.
- Looking for chunin.toml file (or any other config file, based on extension language) and declaring generation type
- Support for two generation types
- On flight generation (Only
index.htmlfile created, all other files rendering on flight) - Static generation (On first
index.htmlopening all other html files will be generated and pre-filed with code)
- On flight generation (Only
- All Vue code must be compiled into three files, and that files must be
released as a new version of
chunin-html:- index.html
- styles.css
- main.js
- Chūnin-html must be easy accessible from any extension or core and included in their releases
npm install
npm run serve
npm run build
npm run test:unit
npm run lint