thijsvanloef / palworld-server-docker

A Docker Container to easily run a Palworld dedicated server.
https://hub.docker.com/r/thijsvanloef/palworld-server-docker
MIT License
2.43k stars 295 forks source link

Automated Docker Container Tests #343

Closed thijsvanloef closed 8 months ago

thijsvanloef commented 9 months ago

This serves as a thread to think about how to implement automated testing for the palworld-server-docker container to catch errors early and prevent the need for hotfixes.

What to test:

How to test?

???

If you have any more ideas, please feel free to add :)

Luatan commented 9 months ago

I think what you also could test for, is if Rcon works and if the rcon-cli config file is valid.

Phelms215 commented 8 months ago

Docker Hub's automated testing seems like the easiest way to implement. https://docs.docker.com/docker-hub/builds/automated-testing/