/automation-report

Daily Automation Report XLS Generator

Primary LanguagePython

automation-report

Build Status Coverage Status

Jenkins Cucumber Report scraper to XLSX.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  1. python 3.5+
  2. python 3-venv
  3. Must be connected to VPN
  4. there should be no myenv folder on the script directory when running for the first time

Usage

$python3 ccp_daily_automation.py [-h] [-s | -r | -t]
optional arguments:
         -h, --help        show this help message and exit
         -s, --smoke       Generate Smoke Report
         -r, --regression  Generate Regression Report
         -t, --test        Test mode

Built With

  • Python3
  • OpenPyXL
  • Requests

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Russell Delogu - Initial work
  • Francis Lagadia - XLSX output, maintenance

See also the list of contributors who participated in this project.

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc