Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated testing of UI-less examples #686

Open
devshgraphicsprogramming opened this issue Apr 29, 2024 · 0 comments
Open

Automated testing of UI-less examples #686

devshgraphicsprogramming opened this issue Apr 29, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@devshgraphicsprogramming
Copy link
Member

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:

  1. Simple stdout checks (what code the process exited with)
  2. Checkpoint and filtered log checks (no errors, expected errors)
  3. Checking of artefacts (e.g. output files, and images)
  4. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
2 participants