I have an Nunit test which is doing some automated UI testing.
I know with MSTest you can add a screenshot into the results (see Attach an image to a test report in MSTest)
Is there something similar in nunit? Can I add a picture into the test results somehow? I've done a bit of looking but couldn't find anything similar.