X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=ui%2Fsrc%2Fmain%2Fwebapp%2Fapp%2FAECBlueprintValidationUI%2FGetBySubmissionId%2FGetBySubmissionIdTemplate.html;fp=ui%2Fsrc%2Fmain%2Fwebapp%2Fapp%2FAECBlueprintValidationUI%2FGetBySubmissionId%2FGetBySubmissionIdTemplate.html;h=3e863302a44a895c5de4cf02b12fde6ce52986a9;hp=0000000000000000000000000000000000000000;hb=2879b2ee5e1e2815e5f43cb802352bf2878397af;hpb=ce4ad29dc48317cc7cb60fe433072ac46dea2ebb diff --git a/ui/src/main/webapp/app/AECBlueprintValidationUI/GetBySubmissionId/GetBySubmissionIdTemplate.html b/ui/src/main/webapp/app/AECBlueprintValidationUI/GetBySubmissionId/GetBySubmissionIdTemplate.html new file mode 100644 index 0000000..3e86330 --- /dev/null +++ b/ui/src/main/webapp/app/AECBlueprintValidationUI/GetBySubmissionId/GetBySubmissionIdTemplate.html @@ -0,0 +1,206 @@ + + +
+ + +

Get results by submission

+ +

Select Submission:

+ +
+ +
+ +

Select a blueprint layer of the selected + submission:

+
+ +
+ +

Select a test suite of the selected + (submission, layer) pair in order to be displayed:

+
+ +
+ + +


+ +
+ +

+ Test info +

+ +

+

Name: {{selectedRobotTestResult.name}}

+

Generated: {{selectedRobotTestResult.robot.generated}}

+

Generator: {{selectedRobotTestResult.robot.generator}}

+

Errors: {{selectedRobotTestResult.robot.errors}}

+ +

+

+ Test Statistics +

+

+ + + + + + + + + + + + + + + + + + + +
+

+

 Total statistics 

Total 

Pass 

Fail 

Pass / Fail 

{{ + stat.content }}{{ + (stat.fail * 1) + (stat.pass*1) }}{{ + stat.pass }}{{ + stat.fail}} +
+
+
+
+
+ +
+ +

+ + + + + + + + + + + + + + + + + + + +
+

+

 Statistics by Tag 

Total 

Pass 

Fail 

Pass / Fail 

{{ + stat.content }}{{ + (stat.fail * 1) + (stat.pass*1) }}{{ + stat.pass }}{{ + stat.fail}} +
+
+
+
+
+ +
+ +

+ + + + + + + + + + + + + + + + + + + +
+

+

 Statistics by Suite 

Total 

Pass 

Fail 

Pass / Fail 

{{ + stat.content }}{{ + (stat.fail * 1) + (stat.pass*1) }}{{ + stat.pass }}{{ + stat.fail}} +
+
+
+
+
+ +
+
\ No newline at end of file