Skip to content

Releases: misode/packtest

v1.0.0-beta5

20 Dec 22:47
Compare
Choose a tag to compare
v1.0.0-beta5 Pre-release
Pre-release
  • Added ascii coloring for the auto test server, can be disabled with -Dpacktest.auto.coloring=false
  • Added /assert data
  • Fixed issue where the last failing commands would mark the test as failed

v1.0.0-beta4

19 Dec 03:52
Compare
Choose a tag to compare
v1.0.0-beta4 Pre-release
Pre-release
  • Added succeed when which tries a condition every tick until it succeeds or times out
  • Improved error messages for assert block and assert entity

Full Changelog: v1.0.0-beta3...v1.0.0-beta4

v1.0.0-beta3

18 Dec 04:46
Compare
Choose a tag to compare
v1.0.0-beta3 Pre-release
Pre-release
  • Added /assert not command
  • Improved output log from auto test server
  • The exit code of the auto test server now matches the number of failed tests

Full Changelog: v1.0.0-beta.2...v1.0.0-beta3

v1.0.0-beta2

17 Dec 21:54
Compare
Choose a tag to compare
v1.0.0-beta2 Pre-release
Pre-release
  • Added /assert score with same syntax as /execute if score
  • Added auto test server, enabled by starting the server with -Dpacktest.auto, server will automatically load data packs in world/datapacks/
  • Added @batch, @timeout and @optional test directives
  • The /test command now requires OP-level 2

Full Changelog: v1.0.0-beta...v1.0.0-beta.2

v1.0.0-beta1

17 Dec 05:13
Compare
Choose a tag to compare
v1.0.0-beta1 Pre-release
Pre-release

First beta release

  • *.mcfunction files in the tests folder are automatically loaded as tests, to be used in /test runall
  • Added /fail <text component> command
  • Added /succeed command
  • Added /assert entity, /assert block, and /assert predicate commands

Full Changelog: https://github.com/misode/packtest/commits/v1.0.0-beta