Skip to content

Tags: croconut/godot-tester

Tags

v5.1

Toggle v5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Use Node 20 and `checkout@v4` (#40)

v5

Toggle v5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Port to Node JS (#31)

v4.1

Toggle v4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add a job matrix, fix v4 mono (#30)

v4

Toggle v4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support Godot 4 w/ 3.x compatibility (#27)

v3

Toggle v3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Leverage GUT XML Output (#24)

* fix for GUT 7.3.0

* Upgrade to GUT 7.4.1

* Leverage GUT XML

* Confirm Not False Positive

* Undo my false-positive testing

* Break out after initial testsuites node

* Count Assertions as TESTS & failure nodes as FAILED

* Remove XML file after parsing

* Refactor to allow custom XML filename

* Specify output XML for direct scenes

* Revert FilePerms for entrypoint.sh

Co-authored-by: Divided by Zer0 <[email protected]>

v2.5

Toggle v2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
handle custom configuration files, improves import process, enables S…

…CRIPT ERROR ignoring (#18)

* first attempt for config + script error ignore

* typo

* ignore initial output

* json format fix

* adding new method for import res

* readme + cleaning files

* checking gut configs

* updating tester to pass (conf worked)

* pot fix for gconfig with direct scene

* readme update to note incompat

v2.4

Toggle v2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v2.3

Toggle v2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Alternate run mode (#10)

* attempt one for alternate run mode

* fix1

* fix2

* fix3

* fix4

* fix5

* fix6

* testing timeout removal

* think i broke mono

* unbroke mono

* buttered toast

* whoops

* fixed path issue

* read me update

v2.2

Toggle v2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
make test dir configurable (#8)

* make test dir configurable

* update readme

v2.1a

Toggle v2.1a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bugfix - getting correct number of test failures (#5)

* testing adarapata's forked changes

* checking if script error stops function execution

* Revert "testing adarapata's forked changes"

This reverts commit 384a2db.

* hopefully getting correct # of passed / failed tests

* will try to get all the tests that were tested, compare to all the tests that

* possibly need to remove the color

* Update entrypoint.sh

* discovered the lines contain other meta data that should get removed

* likely only thing left that's needed

* trying one last trick for this solution type

* check to make sure i'm not finding it and just missing something else

* swapping to attempt to gather more input

* probably can catch error output like this?

* hopefully catching all stdout/stderr

* small refactor, is now working

* also catching godot error output

* checking to see if script error + normal failure causes double test failure

* hopefully removing duplicate script errors + normal test failure

* forgot to swap variable names

* hopefully removes the semicolon correctly

* ensuring it passes as expected

* removing echos, removing passrate message when timed out

* format update