How to include dynamic image URL in Fitnesse SLIM tests?

元气小坏坏 提交于 2020-02-07 05:11:25

问题


Images can be included Fitnesse Wiki pages using !img tag (e.g. !img /files/images/sample.jpg). Where I am trying to include an image using a dynamic value (like !img /files/images/${testCase_name}.jpg). Here the URL is taken till $ symbol only and the rest is displayed as a text in wiki page. image is not displayed. Any ideas on displaying an Image with dynamic value in the URL???

来源:https://stackoverflow.com/questions/58729885/how-to-include-dynamic-image-url-in-fitnesse-slim-tests

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!