Skip to content

Releases: muhkuh-sys/org.muhkuh.tools-muhkuh_tester_cli

v1.4.1

08 May 08:30
Compare
Choose a tag to compare
  • Close the Lua state before exiting.
  • Use linux examples in the documentation as this has become the primary target.

v1.4.0

09 Dec 13:41
Compare
Choose a tag to compare
  • Build the documentation with AsciiDoctor.
  • Get default parameter from a parameter JSON file.
  • Move the test step installer code to the muhkuh_tester_base package.

v1.3.10

19 Sep 07:06
Compare
Choose a tag to compare
  • Support more than one common plugin.

v1.3.9

30 Jun 06:47
Compare
Choose a tag to compare
  • Send a "muhkuh.test.start" event.
  • Send the "test run start" event with the system parameter.
  • Use luaexpat and luasocket from lunarmodules.
  • Code cleanups.

v1.3.8

15 Feb 16:40
Compare
Choose a tag to compare
  • Add separate log levels for console and file.
    The -v or --verbose option now defines the default log level. It can be overridden for the console with --verbose-console and for the file with --verbose-file.

v1.3.4.1

30 Sep 12:42
Compare
Choose a tag to compare
  • Add separate log levels for console and file.
    The "-v" or "--verbose" option now defines the default log level. It can be overridden for the console with "--verbose-console" and for the file with "--verbose-file".

v1.3.7

14 Sep 11:50
Compare
Choose a tag to compare
  • Add debugging with LuaPanda.
  • Switch penlight to the lunarmodules version, update to the latest v1.

v1.3.6

28 Apr 08:24
Compare
Choose a tag to compare
  • Add a muhkuh.test.result event with details for all test steps.
  • Add the test error message to the "muhkuh.test.run" event.
  • Allow remote test run via zmq socket.
  • Return the test result with the exit code.

v1.3.5

10 Nov 11:51
Compare
Choose a tag to compare
  • Accept parameter on the command line in base64 encoding.

v1.3.4

29 Sep 13:11
Compare
Choose a tag to compare
  • LUA5.4 compatibility patches in the installer.