{#insert body /} diff --git a/src/main/resources/templates/StatusResource/testResults.html b/src/main/resources/templates/StatusResource/testResults.html new file mode 100644 index 0000000..9199bf8 --- /dev/null +++ b/src/main/resources/templates/StatusResource/testResults.html @@ -0,0 +1,38 @@ +{#include StatusResource/base} + +{#body} +
+ + < List of tests + + + + + + + + + + + + + + {#for testExecution in executions} + + + + + + + + {/for} + +
Job nameJob nameJob URLDate completedStatus
{testExecution.successful ? 'SUCCESS' : 'FAILURE'}{testExecution.job.name}{testExecution.job.completedAt}{testExecution.job.completedAt}Go to Job on Github Actions
+ +
+{/body} + +{#scripts} +{/scripts} + +{/include} \ No newline at end of file diff --git a/src/main/resources/templates/StatusResource/tests.html b/src/main/resources/templates/StatusResource/tests.html new file mode 100644 index 0000000..6f89e21 --- /dev/null +++ b/src/main/resources/templates/StatusResource/tests.html @@ -0,0 +1,107 @@ +{#include StatusResource/base} + +{#body} +
+ +
+
+
Filter tests by name:
+ +
+ + +
+ + + + + + + + + + + + + +
Test nameFailure countFailure ratio (in at most 40 last runs)
+
+{/body} + +{#scripts} + +{/scripts} + +{/include} \ No newline at end of file