-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
None
When two playbooks run sequentially, both using the custom logger, the test_run_results.out only contains the results from the most recent run.
This can be addressed in two ways:
- rename the file so that the playbook name is included in the name of the file (like the junit plugin does)
- always append to the file, instead of creating a new one each time with the same name