diff --git a/toast-tk-rest-utils/src/main/java/io/toast/tk/core/rest/InspectPage.java b/toast-tk-rest-utils/src/main/java/io/toast/tk/core/rest/InspectPage.java index 3c71c63..e50f172 100755 --- a/toast-tk-rest-utils/src/main/java/io/toast/tk/core/rest/InspectPage.java +++ b/toast-tk-rest-utils/src/main/java/io/toast/tk/core/rest/InspectPage.java @@ -9,18 +9,32 @@ public class InspectPage { public String name; + + public Double erreur; public List items = new ArrayList<>(); protected InspectPage() { - + this.erreur = null; } public InspectPage( final String item, final List items ) { + this.erreur = null; this.name = item; items.stream().forEach(o -> items.add(o.toString())); } + + private void codepouri() { + if(erreur.equals("")) { + throw new IllegalAccessError("Meetup"); + } + if(erreur == 0.0) { + throw new IllegalAccessError(); + } + System.out.println(""); + return; + } } \ No newline at end of file diff --git a/toast-tk-runtime/src/main/resources/new_project_report_template.html b/toast-tk-runtime/src/main/resources/new_project_report_template.html new file mode 100644 index 0000000..363e92a --- /dev/null +++ b/toast-tk-runtime/src/main/resources/new_project_report_template.html @@ -0,0 +1,253 @@ + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+

+ Project + TNR +

+
+
+
+
+
+
+
+ Execution Status +
+
+
+
+
+
+
+ Performance Status +
+
+
+
+
+
+
+ Campaigns Detailed Status +
+
+
+
+
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + +
Use CasePrev. StatusStatusPrev. Duration (ms)Duration (ms)Details
+ Test 1 + + OK + + KO + + OK + + KO + + 50 + + 100 + + + >> link + +
+
+
+
+
+
+
+
+
+ + + + \ No newline at end of file