Releases: MJaroslav/MCInGameTester
Releases · MJaroslav/MCInGameTester
v1.3.0
v1.2.1
v1.2.0
1.2.0 - 2022-09-10
Added
- README.md.
- CHANGELOG.md (this file).
- Documentation for API package.
Changed
- CI gradle block moved to plugin part of project.
HAS_HEADLESS_LIB
renamed toHAS_DISPLAY
.
Fixed
@WorldShadow
independence from access modifier now works.- Version tags and GitHub releases now starts with
v
.
1.1.0
1.1.0 - 2022-09-01
Added
- Configuration for game autostopping.
- Special Log4J configuration, that disabling all loggers exclude ModInfo.LOG in test tasks.
- For testServer task added auto EULA accepting.
- For all game test tasks added run directory resetting.
expected
parameter in@Test
for expecting exceptions.
Edited
- Rewritten test engine.
- Some code refactoring.