Skip to content

Releases: luttje/jestronaut

Garry's Mod Compatibility

01 Dec 18:34
Compare
Choose a tag to compare

This latest version of Jestronaut adds experimental support for running tests in Garry's Mod. For this an addon is provided (see gmod-addon.zip in assets). Read more about it in the Garry's Mod addon readme.

What's Changed

  • Garry's Mod compatibility by @luttje in #9
  • Updated versions in the GitHub workflow
  • Added building gmod addon to GitHub workflow

Full Changelog: v0.4-4...v0.5-1

Functional release

04 May 12:05
Compare
Choose a tag to compare

With this early release both the standalone executable (included for Linux and Windows below) and the LuaRocks package are now functional.

To test Jestronaut itself (with itself) we run something like this in the root of this repository:

jestronaut \
  --roots=./tests/generated \
  --roots=./tests \
  --testPathIgnorePatterns="/tests/generated/ExpectAPI/toBeCloseTo.lua$/" \
  --testPathIgnorePatterns="/tests/generated/GlobalAPI/test.lua$/"
  # etc

In order to run that command in Command Prompt on Windows 10 we installed the jestronaut.exe binary in our PATH. See the assets below for the Windows and Linux binaries.

Resources