-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
I'm trying to add failed test's screenshots on the robot report. I've found some issue on here. I added */.png on output text box. But it still didn't work. Did I miss something about that?
I'm trying to add failed test's screenshots on the robot report. I've found some issue on here. I added */.png on output text box. But it still didn't work. Did I miss something about that?
My use case is that I'm using pabot to speed up `pybot` execution. When using `pabot`, screenshots are moved inside pabot's result directory
Setting `otherFiles` in `Publish Robot Framework test results` > `Advanced` to
doesn't work.
A workaround to is to exec
after calling `pabot`. This copies the screenshots to the workspace directory. Then setting `otherFiles` to
Update: I just realized that the my use case is quite different. Burak Koyuncu was using
when I suppose the intended use is
in `otherFiles`