0

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.

user1325696
  • 616
  • 1
  • 8
  • 16

1 Answers1

0

System.Diagnostics.Debugger.IsAttached

user1325696
  • 616
  • 1
  • 8
  • 16