I have written my automation tests using c#, selenium with SpecFlow. To run them I am using Nunit. When test cases are run through Nunit whatever warning, print statements or each step in feature file details(Execution, time) etc that we see in Tests Console, Is there a way we can save them to a file and to a folder? I want to integrate my automation tests with nightly builds and this log will save the time to see any errors or warnings and in detail list of executions. Please Help?
I am talking about the below console.