Is it possible to change result data and don't change allure source code? #1702
Locked
stcnchenxin
started this conversation in
General Discussion
Replies: 1 comment 1 reply
-
|
@stcnchenxin hi. The report is only showing it receives from your test results. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to test an app, and when something goes wrong, it will snapshot, and record the click position. When generating the report, I hope that the report can show the click position (like a circle attached to the pitcher).
Now I do this by modified the source code of
allure-generatorandallure-plugin-api(to rocode the position in Attachment), and rebuild jar file, replace same file in allure commandline tools.Can i do this without change the source code?
Is that writing a plugin a solution? And how to do this?
Beta Was this translation helpful? Give feedback.
All reactions