Open
Description
Description
Examples 01-03,05-07,20-24 have no Input handling and could have their testing automated.
Description of the related problem
We do lots of manual testing right now.
Solution proposal
Different levels of testing are possible:
- Simple stdout checks (what code the process exited with)
- Checkpoint and filtered log checks (no errors, expected errors)
- Checking of artefacts (e.g. output files, and images)
- checking of gfxrecon/renderdoc captures, replays and extracted data
To begin with we could do up to stage (3)
Additional context
We've planned something like this before with Arek, taking into account that some tests might need to be ran on multiple machines.