update manifest files with output_dir

This commit is contained in:
Derek Hirotsu
2023-09-07 15:49:46 -07:00
parent a46021215c
commit 1c7f1cf555
41 changed files with 55 additions and 93 deletions

View File

@@ -22,8 +22,7 @@ tests:
- name: tinytinaswonderland
executable: "tinytinaswonderland.py"
process_name: "Wonderlands.exe"
asset_paths:
- 'harness/tinytinaswonderland/run'
output_dir: "run"
```
__name__ : _(required)_ name of the test. This much match the name of a directory in the harness folder so the framework
@@ -33,7 +32,7 @@ __executable__ : _(required)_ the entry point to the test harness. In this case
__process_name__ : _(required)_ The process name that should be the target for FPS recording (ex: PresentMon).
__asset_paths__: _(optional)_ list of files to aggregate copies of after a successful test run. If a directory path is
__output_dir__: _(optional)_ Directory containing files to aggregate copies of after a successful test run. If a directory path is
given, the contents are copied.
## Common Issues

View File

@@ -3,8 +3,7 @@ executable: "tinytinaswonderland.py"
process_name: "Wonderlands.exe"
# default recording delay to reduce capturing menus during setup, this should be revisited every test bench as loading times may be different
recording_delay: 75
asset_paths:
- "harness/tinytinaswonderland/run"
output_dir: "run"
options:
- name: preset
type: select