This repository has been archived by the owner on May 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from Zutatensuppe/feature/setup-testing
Feature/setup testing Former-commit-id: 34f4f53
- Loading branch information
Showing
74 changed files
with
11,150 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
Oops, something went wrong.