Hello,
Are you planning to create the possibility to include images while using the webinterface?
We realy miss the possibility to include screenshots in our testresults.
I do hope this is a planned feature for the (near) future.
Rudy
Hello,
Are you planning to create the possibility to include images while using the webinterface?
We realy miss the possibility to include screenshots in our testresults.
I do hope this is a planned feature for the (near) future.
Rudy
Can't you already do this by adding an HTML reference to the image you want (<img src="http://host/path/img.jpg">)? I guess you would have to allow full access to a folder so people could drop the images, and a button to attach an image would be much easier for your typical end user, and thus would probably be better...
As pbrooks suggests it would require some scripting on your side to retrieve an image from the user and store it in a folder specifically set up for it. The same bit of sctipting could then add an <img> link to the required field.
I guess I wasn’t very clear, what I really meant was an 'upload' field to store images on a predefined server. Actually something similar to the ‘add bug path’, ‘view bug path’ functionality.
We'll keep it in mind, however there is probably a way to do it with javascript.