You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jme3-screenshot-tests/src/main/java/org/jmonkeyengine/screenshottests/testframework/TestDriver.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@
72
72
*/
73
73
publicclassTestDriverextendsBaseAppState{
74
74
75
-
publicstaticfinalStringIMAGES_ARE_DIFFERENT = "Images are different.";
75
+
publicstaticfinalStringIMAGES_ARE_DIFFERENT = "Images are different. (If you are running the test locally this is expected, images only reproducible on github CI infrastructure)";
76
76
77
77
publicstaticfinalStringIMAGES_ARE_DIFFERENT_SIZES = "Images are different sizes.";
Stringmessage = "Expected image not found, is this a new test? If so collect the new image from the step artefacts";
221
+
Stringmessage = "Expected image not found, is this a new test? If so collect the new image from the step artefacts (on github). If running locally you can see them at build/changed-images but those should not be committed";
222
222
if(failureMessage==null){ //only want the first thing to go wrong as the junit test fail reason
0 commit comments