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

Add end-to-end test framework inspired from iOS interactive tests #8110

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Jan 9, 2024

  1. Add end-to-end test framework inspired from iOS interactive tests

    This brings interactive tests from iOS and allows them to be run in any environment.
    Specifically, given a set of `Game` classes under `Tests/Interactive/Tests`, we can run that `Game` instance in a test harness under DesktopGL (Mac/Windows)/iOS (Android coming next).
    
    - Lots of reshuffling from Tests/Interactive/iOS -> Common/Tests
      - Also added doc to run the tests in simulator/on-device.
    - New TestRunners (for now DesktopGL on Mac/Windows and iOS)- will add Android next
      - DesktopGL only allows running one test per run, due to STA/SDL Window event loop.
    - Added doc in Tests/Interactive/README.md on how to run the test runners.
    Mindfulplays committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    830caca View commit details
    Browse the repository at this point in the history