Giter Club home page Giter Club logo

polarion-report-tool's Introduction

polarion-report-tool

This tool will allow you to create a Quality dashboard for your product with Polarion status.

Currently the tool supports:

  1. fetching requirements coverage alt text

  2. fetching approved/automated coverage alt text

  3. fetching automation coverage alt text

  4. fetching test run status by field alt text

  5. fetching test run status by field & team alt text

  6. execution status by version alt text

  7. Automation coverage trend alt text

Requires:

  1. Copy the example xls template to your google drive, and update the 'Dashboard configuration' tab with your product data

  2. Enable interaction with Google spreadsheet, follow the steps in https://developers.google.com/sheets/api/quickstart/python and after, steps in here https://gspread.readthedocs.io/en/latest/oauth2.html#oauth-credentials (until step 6). Name the Json from step 3 as 'google_api_secret.json'

    Create .gapi directory under ~/. with: $ mkdir ~/.gapi

    place the google_api_secret.json under ~/.gapi/google_api_secret.json

    Ensure you give 'Edit' permissions in your copied spreadsheet, to the 'client' in this json file

  3. pylarion

  4. update example_team.yaml, example_field_dicts.yaml & example_field_dicts_list.yaml with the parameters you want to get the reports for

Usage:

  1. executing python3 'polarion_report.py "YOUR TEMPLATE - Quality Dashboard"' will:
    • fetch requirements coverage
    • fetch approved/automated coverage
    • fetch current automation coverage
    • update current automation coverage on the automation coverage trend table & graph
  2. executing python3 'run_report.py "YOUR TEMPLATE - Quality Dashboard"' will populate a table of test runs with number of executed/failed/passed tests & a calculation of the quality of the execution, by the defined fields (from the yamls)
  3. executing python3 'run_report_by_team.py "YOUR TEMPLATE - Quality Dashboard"' will populate a table of test runs with number of executed/failed/passed tests & a calculation of the quality of the execution, by the defined fields & defined teams (from the yamls)

polarion-report-tool's People

Contributors

nellyc avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

myakove

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.