Releases: muhkuh-sys/org.muhkuh.tools-muhkuh_tester_cli
Releases · muhkuh-sys/org.muhkuh.tools-muhkuh_tester_cli
v1.4.1
v1.4.0
- 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
- Support more than one common plugin.
v1.3.9
- 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
- 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
- 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
- Add debugging with LuaPanda.
- Switch penlight to the lunarmodules version, update to the latest v1.
v1.3.6
- 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
- Accept parameter on the command line in base64 encoding.
v1.3.4
- LUA5.4 compatibility patches in the installer.