Skip to content

Add a CLI script to generate visual test report markdown.#11553

Merged
pissang merged 2 commits intomasterfrom
visual-test-report
Nov 4, 2019
Merged

Add a CLI script to generate visual test report markdown.#11553
pissang merged 2 commits intomasterfrom
visual-test-report

Conversation

@pissang
Copy link
Copy Markdown
Contributor

@pissang pissang commented Nov 4, 2019

It is used to generate a all-in-one report file after all the visual test run.

Usage:

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 integrating 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 for the regression testing before releasing. 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.

@pissang pissang merged commit 03610cd into master Nov 4, 2019
@pissang pissang deleted the visual-test-report branch December 2, 2019 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants