Below you will find pages that utilize the taxonomy term “Tboy1337”
August 23, 2026
battest Action
Version updated for https://github.com/tboy1337/battest to version v1.0.12.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, battest, is a runtime test runner for Windows batch files that provides features like running real cmd.exe in isolated temp workdirs with assertions on exit code, stdout, stderr, environment, and filesystem side effects. It supports param overlays, setup/teardown, stdin, env, and copy-in fixtures. The action can be used to automate tasks by asserting on the output of batch files and handling complex scenarios with PATH mocks for external commands.
August 20, 2026
battest Action
Version updated for https://github.com/tboy1337/battest to version v1.0.9.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The battest action is a runtime test runner for Windows batch files. It launches real cmd.exe and asserts on exit code, stdout, stderr, environment, and filesystem side effects, providing a trusted-fixture runner that does not isolate the filesystem or depend on other tools. The GitHub Action automatically enables safe defaults by default, which stubs common destructive externals to prevent harm during untrusted testing.