Compare commits

..

No commits in common. "2733c60b2a4fdbee16b803ac775a8bb28d25e3d8" and "c8faecd1401b0e934691ef08a9277718d8719817" have entirely different histories.

4 changed files with 4 additions and 7 deletions

2
Jenkinsfile vendored
View File

@ -50,7 +50,7 @@ pipeline {
}
post {
always {
junit testResults: 'target/surefire-reports/*.xml', keepLongStdio: true, testDataPublishers: [[$class:'AttachmentPublisher']]
junit 'target/surefire-reports/*.xml'
}
}
}

View File

@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file
#Tue Aug 20 15:21:51 EDT 2024
buildNumber=286
#Tue Aug 20 15:07:56 EDT 2024
buildNumber=284

View File

@ -19,10 +19,7 @@ public class WindowTest extends RenderingTestTemplate {
//create ui testing window
TestEngineUtils.simulateFrames(1);
WindowUtils.replaceMainMenuContents(MenuGeneratorsUITesting.createUITestMenu());
//only simulating 1 frame after updating ui contents does not trigger re-render in local dev environment, but DOES in CI env
//2 frames seems to fix this
TestEngineUtils.simulateFrames(2);
TestEngineUtils.simulateFrames(1);
// TestRenderingUtils.saveTestRender("./test/java/electrosphere/renderer/ui/elements/window.png");
this.checkRender("Basic", "./test/java/electrosphere/renderer/ui/elements/window.png");
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 12 KiB