godot-tester icon indicating copy to clipboard operation
godot-tester copied to clipboard

A Github Action to handle testing Godot applications with GUT

Results 9 godot-tester issues
Sort by recently updated
recently updated
newest added

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

resolves #33 resolves #32 additionally using ts - temporarily removed tests since they were too much trouble to get them working with @actions/core, not sure why thats so resistant to...

Hey again! This is my configuration: ``` pass_tests: name: Passing GUT Tests runs-on: ubuntu-latest permissions: write-all steps: - uses: actions/[email protected] - run: touch ./godot/test_results.xml - run: ls && ls ./godot...

Should allow more transparency as to what we're doing so users can debug issues easier. Specifically, I think we're missing logs for running gut / Godot since they're in subprocesses...

When tagging on the main branch, should be able to auto gen release notes and create a build to upload to GitHub actions. With the move to containerless, we either...

To move to containerless, possible due to our use of node and system packages already available to a test runner, we'll need to start bundling the node packages. Would recommend...

Should generally be able to manage this with a . gitattributes file. Should ignore everything that isn't absolutely required for end user use as an action.

# Description I have a test, which writes a file to a path similar to `res://tests/temp/config.cfg`. I also run ```gdscript func after_each(): directory.remove(path) ``` to remove the file after every...

Noticed the following issue two days ago trying to use the actions as normal with a pull request: ``` 2m 17s Run croconut/godot-tester@v5 with: version: 3.5 release_type: stable is-mono: false...