Files
Aurora.3/tools/vueui-report
dependabot[bot] c22f049fa5 Bump ws from 7.4.1 to 7.4.6 in /tools/vueui-report (#11982)
Bumps [ws](https://github.com/websockets/ws) from 7.4.1 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.4.1...7.4.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-16 11:14:18 +02: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.