#2442 Automate test TestInstanceNodeWithPbr - #2443
Conversation
|
🖼️ Screenshot tests have failed. The purpose of these tests is to ensure that changes introduced in this PR don't break visual features. They are visual unit tests. 📄 Where to find the report:
✅ If you did mean to change things: ✨ If you are creating entirely new tests: Note; it is very important that the committed reference images are created on the build pipeline, locally created images are not reliable. Similarly tests will fail locally but you can look at the report to check they are "visually similar". See https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/jme3-screenshot-tests/README.md for more information |
|
Strange, this PR said that it had passed all checks. However after I merged it, I got a notification saying that the master branch build failed: https://github.com/jMonkeyEngine/jmonkeyengine/actions/runs/15092754471/job/42423482622#step:5:113 It looks like that log says: @stephengold @riccardobl do either of you know what this build failure indicates? |
|
It has to do with building natives for Android. Likely it's a transient network issue, in which case the job might succeed if you retry it. |
Thanks, I re-ran the build and that resolved everything. |
This automates the example TestInstanceNodeWithPbr that was introduced in #2437
closes #2442