mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
798 B
798 B
VueUI report generator
This program is used to make reports for VueUI. Reports include varius checks.
How to add a check stage
Stages are sequential, they run one after each other. To add stage copy 00_null stage and modify it's code. And finally add appropriate require to stages/index.js.
How to use
- Get Node.js 10.0.0 or newer.
- Run
npm install - Run
node . - Wait for all stages to finish
- Look at
report.htmin same directory.
How to add more UI tests to Puppeteer report?
Create a json file somewhere under /vueui/tests folder with containing following object
{
"size": [100, 100],
"data": ...
}
size specifies width and height of UI while data determines root UI data to be used. It is same data that is shown in debug section of VueUI.