When I finished implementation of the new functionality & implemented new automation test I would like to run all test locally. It takes lots of time. Depending if this is run or debug I would like to use different web driver. How may I check if this is run or debug? I use nunit & resharper test runner.
Asked
Active
Viewed 40 times
0
-
Thanks to all I found System.Diagnostics.Debugger.IsAttached – user1325696 Mar 04 '15 at 04:56