mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 08:01:06 +00:00
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.