Add a flag in the RunConfiguration so that Andy runs in DEBUG mode.
In DEBUG mode, Andy prints out the time it takes in each step. We need this in two places:
- One generic implementation in the
ExecutionFlow so we can see how long it takes per step
- Another one inside meta tests, as different meta tests can take up more time and we may need to know the specific one
Add a flag in the
RunConfigurationso that Andy runs in DEBUG mode.In DEBUG mode, Andy prints out the time it takes in each step. We need this in two places:
ExecutionFlowso we can see how long it takes per step