Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #54 from Zutatensuppe/feature/setup-testing
Browse files Browse the repository at this point in the history
Feature/setup testing

Former-commit-id: 34f4f53
  • Loading branch information
you-win authored Nov 3, 2021
2 parents d341258 + 3030ab3 commit 3e79404
Show file tree
Hide file tree
Showing 74 changed files with 11,150 additions and 47 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/godot-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "godot gut test"
on: push

jobs:
execute-gut:
name: Run GUT tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Docker test
uses: croconut/godot-tester@master
with:
version: "3.4"
release_type: "rc2"
test-dir: "res://tests"
33 changes: 33 additions & 0 deletions .gut_editor_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"background_color": "ff262626",
"config_file": "res://.gutconfig.json",
"dirs": [
"res://test"
],
"disable_colors": false,
"double_strategy": "partial",
"font_color": "ffcccccc",
"font_name": "CourierPrime",
"font_size": 16,
"hide_orphans": false,
"ignore_pause": false,
"include_subdirs": true,
"inner_class": null,
"junit_xml_file": "",
"junit_xml_timestamp": false,
"log_level": 1,
"opacity": 100,
"post_run_script": "",
"pre_run_script": "",
"prefix": "test_",
"selected": null,
"should_exit": true,
"should_exit_on_success": false,
"should_maximize": false,
"show_help": false,
"suffix": ".gd",
"tests": [

],
"unit_test_name": null
}
Loading

0 comments on commit 3e79404

Please sign in to comment.