buildMode property

BuildMode buildMode
getter/setter pair

The default build mode used for running tests is --debug. We are exposing the option to run the tests also in --profile mode

Implementation

BuildMode buildMode = BuildMode.Debug;