Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Xrayez/godot-testbed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[WIP] Godot Testbed

Build Status

Experimental CI automatic testing environment for Godot Engine.

Uses GUT as a testing framework.

If you see any tests failing, you can report them here (as tests may fail due to lack of maintainance, so they have to be updated) or directly at Godot repository (if not already).

Usage

  • Linux (Bash): ./test.sh <Godot path> [command line args].
  • Windows (Powershell): ./test (Godot binary must be in your PATH).

Process

  1. Clones latest Godot Engine version and compiles with Travis CI.
  2. Runs tests (with GUT) using compiled Linux Server binaries for targets:
    • debug;
    • release_debug;
    • release.

Use cases

  • script and core testing (what's exposed);
  • issues testing present at Godot's main repository;
  • preventing regressions and crashes to occur;
  • editor (UI) testing (requires video driver, not all can be easily tested).

About

[WIP] CI automatic testing environment for Godot Engine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages