·
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.jsonto 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
ManualLaunchto true in thetestsettings.jsonfile.
{
"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.