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;h=8d6324c6e146876dc74b710c38e4b61f37dc283b;hp=3e863302a44a895c5de4cf02b12fde6ce52986a9;hb=b39e27ede8238ef63440810a8327b927c4c43ac0;hpb=088e841f4b5e1aba5469720033072e36c9679419 diff --git a/ui/src/main/webapp/app/AECBlueprintValidationUI/GetBySubmissionId/GetBySubmissionIdTemplate.html b/ui/src/main/webapp/app/AECBlueprintValidationUI/GetBySubmissionId/GetBySubmissionIdTemplate.html index 3e86330..8d6324c 100644 --- a/ui/src/main/webapp/app/AECBlueprintValidationUI/GetBySubmissionId/GetBySubmissionIdTemplate.html +++ b/ui/src/main/webapp/app/AECBlueprintValidationUI/GetBySubmissionId/GetBySubmissionIdTemplate.html @@ -32,175 +32,357 @@ limitations under the License. float: left; height: 100%; } + +div.box { + border: 1px solid black; +}

Get results by submission

+

General matching string:

+
+ +
+

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:

-
- -
+

+
+

Select a blueprint layer of the + selected submission:

+
+ +
+

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

+
+ +
+



-
+
+
+

+
+

+ General Info +

+

-

- 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}} -
-
-
+

+

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}} +
+
+
+
+
+
+ +

+
+

+ Test + Execution Log +

+
+

+

Root Suite Full Name: + {{selectedRobotTestResult.robot.suite.name}}

+

Source: {{selectedRobotTestResult.robot.suite.source}}

+

Status: + {{selectedRobotTestResult.robot.suite.status.status}}

+

Start time: + {{selectedRobotTestResult.robot.suite.status.starttime}}

+

End time: + {{selectedRobotTestResult.robot.suite.status.endtime}}

+ +

+

+

Sub-suite Full Name: + {{selectedRobotTestResult.robot.suite.suite.name}}

+

Documentation: + {{selectedRobotTestResult.robot.suite.suite.doc}}

+

Source: {{selectedRobotTestResult.robot.suite.suite.source}}

+

Status: + {{selectedRobotTestResult.robot.suite.suite.status.status}}

+

Start time: + {{selectedRobotTestResult.robot.suite.suite.status.starttime}}

+

End time: + {{selectedRobotTestResult.robot.suite.suite.status.endtime}}

+
+
+ +

+
+
    +

    Sub-suite Robot keywords

    +
  • +

    +

    + + {{kw.name}} +

    +
    +

         Type: {{kw.type}}

    +

         Library: {{kw.library}}

    +

         Documentation: {{kw.doc}}

    +

         Start time: + {{kw.status.starttime}}

    +

         End time: {{kw.status.endtime}}

    +

         Status: {{kw.status.status}}

    +

    +

         Used Robot keywords

    +
      +
    • +

      +      + {{kw2.name}} +

      +
      +

               Type: + {{kw2.type}}

      +

               + Library: {{kw2.library}}

      +

               + Documentation: {{kw2.doc}}

      +

               Start + time: {{kw2.status.starttime}}

      +

               End + time: {{kw2.status.endtime}}

      +

               + Status: {{kw2.status.status}}

      +
      +
    • +
    -
+ + +
+ +

+
+

Test Cases

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

+

 Full Name 

Documentation 

Status 

Start Time 

End Time 

Critical 

Message 

Robot keywords 

{{ + test.name }}{{test.doc}}{{test.status.status}}{{test.status.starttime}}{{test.status.endtime}}{{test.status.critical}}{{test.status.content}} + +
    +
  • +

    +

    + + {{testKw.name}} +

    +
    +

         Type: {{testKw.type}}

    +

         Library: {{testKw.library}}

    +

         Documentation: {{testKw.doc}}

    +

         Start time: + {{testKw.status.starttime}}

    +

         End time: + {{testKw.status.endtime}}

    +

         Status: + {{testKw.status.status}}

    +

    +

         Used Robot keywords

    +
      +
    • +

      +      + {{testKw2.name}} +

      +
      +

               + Type: {{testKw2.type}}

      +

               + Library: {{testKw2.library}}

      +

               + Documentation: {{testKw2.doc}}

      +

               + Start time: {{testKw2.status.starttime}}

      +

               + End time: {{testKw2.status.endtime}}

      +

               + Status: {{testKw2.status.status}}

      +
      +
    • +
    +
+
+
\ No newline at end of file