Search code examples
pythonrobotframeworktestcase

Adding a link to windows directory under tags in Robot Framework


I'm currently working on the Robot Framework for some automated test cases, which included a couple of html screenshots I wrote on python.

enter image description here

I tried putting C:\Users\teo_y\Desktop\test directly under the tags for the test case, it still show the similar output instead of the link to my windows directory.


Solution

  • Instead of using the Tags, use the Documentation field. Use the Set Suite Documentation keyword if you want it dynamic.