-
-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing using the vanilla client ? #281
Comments
https://github.com/octalmage/robotjs might be interesting |
What would be really interesting here would be just connecting the vanilla client to the vanilla server through nmp proxy and to listen on errors. (automatically, in a test) Running the proxy is a much better test than what we have currently. |
https://github.com/rom1504/node-minecraft-wrap can now download the jar |
only thing missing for this is automating the connection to a given server PrismarineJS/node-minecraft-wrap#14 |
Might be fun to test some things. Problems to solve:
See an example of usage of xvfb (and some automation stuff) in travis ci there
Some of this should probably go in minecraft-wrap.
Might want to look at https://github.com/exitedprotek/Nodejs-Minecraft-Launcher/blob/master/app/app.js
The text was updated successfully, but these errors were encountered: