Selenium:how to create test evidence report with NUnit
问题 I was wondering how one would create proper test evidence of Selenium UI tests. I was thinking about screenshots but they do not actually cover everything you have done as it is difficult to determine when to screenshot. (Every click or every wait or every pageload). Another option I thought about was screen recording, but this makes it rather difficult to work with parallelism as you record the whole screen and not a specific chrome window. However, you could possibly also take a screenshot