pissang opened a new pull request #11553: Add a CLI script to generate visual test report markdown. URL: https://github.com/apache/incubator-echarts/pull/11553 It is used to generate all-in-one report file after all the test run. Usage: ```js npm run test:visual:report ``` It will generate a `tmp-report.md` file in the `test/runTest` folder. Then you can translate this markdown file to any file you want. Like PDF. ### Q: Why not integrate it in the dashboard? It has a lot of work(mostly UI) to be integrated. But the most wanted feature is to generate a file which can be shared and achieved. So I think a CLI tool is good enough for this feature. Maybe later I can add a button on the dashboard to download the generated markdown report file.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
