Tags: croconut/godot-tester
Tags
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]>
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
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
PreviousNext