GithubHelp home page GithubHelp logo

Comments (9)

BogdanLivadariu avatar BogdanLivadariu commented on July 20, 2024

from bootstraped-multi-test-results-report-plugin.

BogdanLivadariu avatar BogdanLivadariu commented on July 20, 2024

@Vovanchik can you attach the cucumber.json report file ?
So I can see how the reports is generated at your end & do the proper enhancements.

Thanks.

from bootstraped-multi-test-results-report-plugin.

Vovanchik avatar Vovanchik commented on July 20, 2024

Sure. Here is.

[
  {
    "description": "  The Outreach View feature enables the user to easily select planned outreaches and perform them one by one or in bulk.\n  It autopopulates the details into the performed outreach section and alleviates extra clicks for the user.\n  Previously, performed outreaches were only visible on the patient calendar and access log.\n  They are now visible on the Outreach View page and display date performed, performed by, type, contact, status, duration and notes on a single view.",
    "elements": [
      {
        "id": "outreach-view-for-assessments;user-delete-performed-outreach-for-assessment-on-outreach-view",
        "keyword": "Scenario",
        "line": 188,
        "name": "User delete performed outreach for assessment on outreach view",
        "steps": [
          {
            "arguments": [],
            "keyword": "Given ",
            "name": "User navigates to login page",
            "result": {
              "status": "passed",
              "duration": 1629240892
            },
            "line": 8,
            "match": {
              "location": "C:\\Users\\vovan\\Projects\\registry-tests-ui\\tests-ui-js\\src\\test\\features\\step_definitions\\support\\base_steps.js:7"
            }
          },
          {
            "arguments": [],
            "keyword": "And ",
            "name": "User has logged into the System as \"ADMIN\"",
            "result": {
              "status": "passed",
              "duration": 1997475554
            },
            "line": 9,
            "match": {
              "location": "C:\\Users\\vovan\\Projects\\registry-tests-ui\\tests-ui-js\\src\\test\\features\\step_definitions\\support\\base_steps.js:13"
            }
          },
          {
            "arguments": [],
            "keyword": "And ",
            "name": "User opens new patient CCP page",
            "result": {
              "status": "passed",
              "duration": 11896918962
            },
            "line": 10,
            "match": {
              "location": "C:\\Users\\vovan\\Projects\\registry-tests-ui\\tests-ui-js\\src\\test\\features\\step_definitions\\ccp\\ccp_steps.js:11"
            }
          },
          {
            "arguments": [],
            "keyword": "And ",
            "name": "User adds \"PAA\" item on CCP page",
            "result": {
              "status": "passed",
              "duration": 4671335373
            },
            "line": 11,
            "match": {
              "location": "C:\\Users\\vovan\\Projects\\registry-tests-ui\\tests-ui-js\\src\\test\\features\\step_definitions\\ccp\\ccp_steps.js:85"
            }
          },
          {
            "arguments": [],
            "keyword": "And ",
            "name": "User opens Outreach Assistant",
            "result": {
              "status": "passed",
              "duration": 3738038390
            },
            "line": 12,
            "match": {
              "location": "C:\\Users\\vovan\\Projects\\registry-tests-ui\\tests-ui-js\\src\\test\\features\\step_definitions\\outreach_assistant\\outreach_assistant_steps.js:19"
            }
          },
          {
            "arguments": [],
            "keyword": "When ",
            "name": "User opens Chart an Outreach view",
            "result": {
              "status": "passed",
              "duration": 528996914
            },
            "line": 189,
            "match": {
              "location": "C:\\Users\\vovan\\Projects\\registry-tests-ui\\tests-ui-js\\src\\test\\features\\step_definitions\\outreach_assistant\\outreach_assistant_steps.js:25"
            }
          },
          {
            "arguments": [],
            "keyword": "And ",
            "name": "User fills Performed Date, duration \"55\", type \"Home Visit\", status \"Contacted\", contact \"Patient\" fields",
            "result": {
              "status": "passed",
              "duration": 6407978
            },
            "line": 190,
            "match": {
              "location": "C:\\Users\\vovan\\Projects\\registry-tests-ui\\tests-ui-js\\src\\test\\features\\step_definitions\\outreach_assistant\\outreach_assistant_steps.js:43"
            }
          },
          {
            "arguments": [],
            "keyword": "And ",
            "name": "User chooses item \"PAA\" from the 'Outreach related to' drop-down menu",
            "result": {
              "status": "passed",
              "duration": 3147377942
            },
            "line": 191,
            "match": {
              "location": "C:\\Users\\vovan\\Projects\\registry-tests-ui\\tests-ui-js\\src\\test\\features\\step_definitions\\outreach_assistant\\outreach_assistant_steps.js:55"
            }
          },
          {
            "arguments": [],
            "keyword": "And ",
            "name": "User submits Outreach",
            "result": {
              "status": "passed",
              "duration": 439197976
            },
            "line": 192,
            "match": {
              "location": "C:\\Users\\vovan\\Projects\\registry-tests-ui\\tests-ui-js\\src\\test\\features\\step_definitions\\outreach_assistant\\outreach_assistant_steps.js:73"
            }
          },
          {
            "arguments": [],
            "keyword": "And ",
            "name": "User expands performed outreach on outreach view",
            "result": {
              "status": "passed",
              "duration": 4138793201
            },
            "line": 193,
            "match": {
              "location": "C:\\Users\\vovan\\Projects\\registry-tests-ui\\tests-ui-js\\src\\test\\features\\step_definitions\\outreach_view\\outreach_view_steps.js:11"
            }
          },
          {
            "arguments": [
              {
                "rows": [
                  {
                    "cells": [
                      "Performed By",
                      "Administrator Role"
                    ]
                  },
                  {
                    "cells": [
                      "PG",
                      "Test Group"
                    ]
                  },
                  {
                    "cells": [
                      "Type",
                      "Home Visit"
                    ]
                  },
                  {
                    "cells": [
                      "Contact",
                      "Patient"
                    ]
                  },
                  {
                    "cells": [
                      "Status",
                      "Contacted"
                    ]
                  },
                  {
                    "cells": [
                      "Duration",
                      "55"
                    ]
                  }
                ]
              }
            ],
            "keyword": "Then ",
            "name": "System shows performed outreach on outreach view",
            "result": {
              "status": "passed",
              "duration": 10551525
            },
            "line": 194,
            "match": {
              "location": "C:\\Users\\vovan\\Projects\\registry-tests-ui\\tests-ui-js\\src\\test\\features\\step_definitions\\outreach_view\\outreach_view_steps.js:162"
            }
          },
          {
            "arguments": [],
            "keyword": "When ",
            "name": "User removes performed outreach for \"PAA\" item on outreach view",
            "result": {
              "status": "passed",
              "duration": 1821787297
            },
            "line": 201,
            "match": {
              "location": "C:\\Users\\vovan\\Projects\\registry-tests-ui\\tests-ui-js\\src\\test\\features\\step_definitions\\outreach_view\\outreach_view_steps.js:123"
            }
          },
          {
            "arguments": [],
            "keyword": "Then ",
            "name": "System does not show the performed outreach on outreach view",
            "result": {
              "status": "passed",
              "duration": 3377438647
            },
            "line": 202,
            "match": {
              "location": "C:\\Users\\vovan\\Projects\\registry-tests-ui\\tests-ui-js\\src\\test\\features\\step_definitions\\outreach_view\\outreach_view_steps.js:116"
            }
          },
          {
            "arguments": [],
            "keyword": "When ",
            "name": "User checks Show Deleted to show deleted outreaches",
            "result": {
              "status": "passed",
              "duration": 286179696
            },
            "line": 203,
            "match": {
              "location": "C:\\Users\\vovan\\Projects\\registry-tests-ui\\tests-ui-js\\src\\test\\features\\step_definitions\\outreach_view\\outreach_view_steps.js:129"
            }
          },
          {
            "arguments": [],
            "keyword": "And ",
            "name": "User expands performed outreach on outreach view",
            "result": {
              "status": "passed",
              "duration": 317858647
            },
            "line": 204,
            "match": {
              "location": "C:\\Users\\vovan\\Projects\\registry-tests-ui\\tests-ui-js\\src\\test\\features\\step_definitions\\outreach_view\\outreach_view_steps.js:11"
            }
          },
          {
            "arguments": [
              {
                "rows": [
                  {
                    "cells": [
                      "Performed By",
                      "Administrator Role"
                    ]
                  },
                  {
                    "cells": [
                      "PG",
                      "Test Group"
                    ]
                  },
                  {
                    "cells": [
                      "Type",
                      "Home Visit"
                    ]
                  },
                  {
                    "cells": [
                      "Contact",
                      "Patient"
                    ]
                  },
                  {
                    "cells": [
                      "Status",
                      "Contacted"
                    ]
                  },
                  {
                    "cells": [
                      "Duration",
                      "55"
                    ]
                  }
                ]
              }
            ],
            "keyword": "Then ",
            "name": "System shows performed outreach on outreach view",
            "result": {
              "status": "passed",
              "duration": 11700205
            },
            "line": 205,
            "match": {
              "location": "C:\\Users\\vovan\\Projects\\registry-tests-ui\\tests-ui-js\\src\\test\\features\\step_definitions\\outreach_view\\outreach_view_steps.js:162"
            }
          },
          {
            "arguments": [],
            "keyword": "When ",
            "name": "User opens Calendar",
            "result": {
              "status": "passed",
              "duration": 2040263264
            },
            "line": 212,
            "match": {
              "location": "C:\\Users\\vovan\\Projects\\registry-tests-ui\\tests-ui-js\\src\\test\\features\\step_definitions\\ccp\\ccp_steps.js:385"
            }
          },
          {
            "arguments": [],
            "keyword": "Then ",
            "name": "System does not show outreach event for \"PAA\" task on Calendar view",
            "result": {
              "status": "passed",
              "duration": 465207937
            },
            "line": 213,
            "match": {
              "location": "C:\\Users\\vovan\\Projects\\registry-tests-ui\\tests-ui-js\\src\\test\\features\\step_definitions\\outreach_assistant\\outreach_assistant_steps.js:93"
            }
          },
          {
            "arguments": [],
            "keyword": "After ",
            "result": {
              "status": "passed",
              "duration": 155979789
            },
            "hidden": true,
            "match": {
              "location": "C:\\Users\\vovan\\Projects\\registry-tests-ui\\tests-ui-js\\src\\test\\features\\step_definitions\\support\\world.js:13"
            }
          }
        ],
        "tags": [
          {
            "name": "@DeletePerformedOutreachAssessment",
            "line": 187
          }
        ],
        "type": "scenario"
      }
    ],
    "id": "outreach-view-for-assessments",
    "keyword": "Feature",
    "line": 1,
    "name": "Outreach View for Assessments",
    "tags": [],
    "uri": "C:/Users/vovan/Projects/registry-tests-ui/tests-ui-js/src/test/features/outreachViewAssessment.feature"
  }
]

from bootstraped-multi-test-results-report-plugin.

Vovanchik avatar Vovanchik commented on July 20, 2024

Here is as well original cucumber test

@DeletePerformedOutreachAssessment
  Scenario: User delete performed outreach for assessment on outreach view
    When User opens Chart an Outreach view
    And User fills Performed Date, duration "55", type "Home Visit", status "Contacted", contact "Patient" fields
    And User chooses item "PAA" from the 'Outreach related to' drop-down menu
    And User submits Outreach
    And User expands performed outreach on outreach view
    Then System shows performed outreach on outreach view
      | Performed By | Administrator Role |
      | PG           | Test Group         |
      | Type         | Home Visit         |
      | Contact      | Patient            |
      | Status       | Contacted          |
      | Duration     | 55                 |
    When User removes performed outreach for "PAA" item on outreach view
    Then System does not show the performed outreach on outreach view
    When User checks Show Deleted to show deleted outreaches
    And User expands performed outreach on outreach view
    Then System shows performed outreach on outreach view
      | Performed By | Administrator Role |
      | PG           | Test Group         |
      | Type         | Home Visit         |
      | Contact      | Patient            |
      | Status       | Contacted          |
      | Duration     | 55                 |
    When User opens Calendar
    Then System does not show outreach event for "PAA" task on Calendar view

from bootstraped-multi-test-results-report-plugin.

BogdanLivadariu avatar BogdanLivadariu commented on July 20, 2024

@Vovanchik what you you think if the report will display the table data as below ?
screen shot 2016-12-07 at 14 53 09

from bootstraped-multi-test-results-report-plugin.

BogdanLivadariu avatar BogdanLivadariu commented on July 20, 2024

@Vovanchik this should end up in version 1.4.24 of the plugin

from bootstraped-multi-test-results-report-plugin.

Vovanchik avatar Vovanchik commented on July 20, 2024

Thank you very much. Waiting for release to be published on jenkins store.

from bootstraped-multi-test-results-report-plugin.

BogdanLivadariu avatar BogdanLivadariu commented on July 20, 2024

anytime, if you encounter any more problems, or you have suggestions, send them here :)

don't forget to close the issue once the problem is fixed ;)

from bootstraped-multi-test-results-report-plugin.

Vovanchik avatar Vovanchik commented on July 20, 2024

Working as expected.

from bootstraped-multi-test-results-report-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.