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=0000000000000000000000000000000000000000;hp=8d6324c6e146876dc74b710c38e4b61f37dc283b;hb=2eba847ebb6acb2686be08eb1cdafc1b12071e7d;hpb=f86b9715d156238532fcb0bf464bd72e9cf7ce96 diff --git a/ui/src/main/webapp/app/AECBlueprintValidationUI/GetBySubmissionId/GetBySubmissionIdTemplate.html b/ui/src/main/webapp/app/AECBlueprintValidationUI/GetBySubmissionId/GetBySubmissionIdTemplate.html deleted file mode 100644 index 8d6324c..0000000 --- a/ui/src/main/webapp/app/AECBlueprintValidationUI/GetBySubmissionId/GetBySubmissionIdTemplate.html +++ /dev/null @@ -1,388 +0,0 @@ - - -
- - -

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:

-
- -
-
- -


- -
-
-

-
-

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

-
-

- 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