Files
Aurora.3/tools/vueui-report
dependabot[bot] e96c94037b Bump node-fetch from 2.6.1 to 2.6.7 in /tools/vueui-report (#12998)
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>
2022-03-03 17:34:12 +01:00
..

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

  1. Get Node.js 10.0.0 or newer.
  2. Run npm install
  3. Run node .
  4. Wait for all stages to finish
  5. Look at report.htm in 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.