Add initial Artifacts util script (#73)

- Add `artifacts.py` to `harness_utils` to support capturing of
(settings/config) artifacts during a test run.
This commit is contained in:
derek-hirotsu
2024-09-09 16:54:06 -07:00
committed by GitHub
parent 0a0dcd57f4
commit fffe85e0bc
3 changed files with 203 additions and 2 deletions

View File

@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
Changes are grouped by the date they are merged to the main branch of the repository and are ordered from newest to oldest. Dates use the ISO 8601 extended calendar date format, i.e. YYYY-MM-DD.
## 2024-09-06
- Add `artifacts.py` to `harness_utils` for capturing test artifacts.
## 2024-08-30
- Add Stellaris harness based on one_year console command.