Skip to content

4.1.0

Latest

Choose a tag to compare

@Notorious-Coding Notorious-Coding released this 23 Apr 11:12
· 12 commits to develop since this release

✨ Features

  • DoggyDog now log when an infrastructure is initialized, reset, or destroyed normally.
  • You can now use testsettings.json to disable DoggyDog for the entire test project.
{
    "Environment": {
      "DisableWatchdog": false
    }
}

🛠 Technical

  • For debugging purpose, the test suite can now wait for DoggyDog to be launched manually.
  • Enable this mode by setting ManualLaunch to true in the testsettings.json file.
{
  "Watchdog": {
    "ManualLaunch": false  
  }
}

By doing this, the environment will set parameters trough User Environment Variables.
Launch DoggyDog with the --from-env flag to read those parameters.