jMonkeyEngine / jmonkeyengine

A complete 3-D game development suite written in Java.
http://jmonkeyengine.org
BSD 3-Clause "New" or "Revised" License
3.74k stars 1.12k forks source link

Create a screenshot based set of tests for jMonkeyEngine #2279

Open richardTingle opened 3 weeks ago

richardTingle commented 3 weeks ago

As discussed at https://hub.jmonkeyengine.org/t/screenshot-based-jme-testing/47685/18 I will be creating a set of automated tests that can run as part of the build on standardised hardware. The purpose of this is to reduce the amount of human testing required to assure ourselves that a new JME version has not broken some graphics based behaviour (which is difficult to test under normal automated testing)

Objectives:

richardTingle commented 3 weeks ago

(I don't think I have rights to assign myself to this issue, but for the avoidance of doubt I'm working on this)

MeFisto94 commented 3 weeks ago

It seems you already worked on that, but just a heads up that I did so, too, a few years ago. It could even run in docker using some CPU pipeline: https://github.com/MeFisto94/jme3-testing

richardTingle commented 2 weeks ago

@MeFisto94 Thank you for sharing that, thats interesting. Anything you think I need to watch out for from your previous experience? Did your docker version use cpu openGL rendering as well?