0.3.4 • Published 2 years ago

@minepress/minepress v0.3.4

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

Minepress

The minecraft testing framework

What's this?

Minepress allows you to make a minecraft bot which you can control and make assertions of what it sees

Imgur

How to use

You just need to create a folder called minepress
All files ending in *.test.js will be recognized by minepress

 > npm install @minepress/minepress
 # If you're using npm
 > ./node_modules/.bin/minepress
 # If you're using pnpm or yarn
 > <package manager> minepress 

Libraries

  • Mineflayer: This is the main library of the project, it is an stable api for creating minecraft bots on javascript, which works on all versions. It's part of the Prismarine project
  • MochaJS: Test runner, without its flexible api it wouldn't be possible to make this project
  • Minexpect: Retry-and-timout assertion library made by me :)

Why?

When i'm developing minecraft plugins, whenever i change something, i need recompile and do a bunch of crazy and repetitive things on the client, i just need something to automate this. its so exhausting and, also, if i'm doing it on recent versions of minecraft like 1.15-1.18, my pc cries with 4GB of ram

I just want to type a command and it tests everything without making my fingers or my pc scream in pain

0.3.0

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.3.2

2 years ago

0.2.3

2 years ago

0.3.1

2 years ago

0.3.4

2 years ago

0.2.5

2 years ago

0.3.3

2 years ago

0.2.4

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago