Analyze and visualize Quality Assurance data
Project description
Overview
This repository hosts the source code for the QA Analytics Insights project, a robust command-line interface (CLI) tool designed to generate data-driven insights from QA (Quality Assurance) test results. Test results are typically generated in XML format by test automation frameworks such as pytest and unittest.
Features
Analyze test results in XML format.
Generate visualizations and metrics to better understand test performance.
Create actionable insights to improve QA processes.
Command line tool
The command line tool can be used to generate insights from the tests results in xml format.
The tool can be used as follows:
$ qa-analytics-insights --help Usage: qa-analytics-insights -f <file> [-o <output_dir>] [-vv] [-h] [-v]
The tool accepts the following arguments:
-f or –file: Path to the file containing the tests results in xml format.
-o or –output: Path to the directory where the insights will be generated.
-vv or –verbose: Enable verbose mode.
-v or –version: Show version and exit.
-h or –help: Show help message and exit.
Library
The library can be used to generate insights from the tests result in xml format.
The library can be used as follows:
from qa_analytics_insights.result_analyzer import ResultAnalyzer analyzer = ResultAnalyzer( test_results_file_path='path/to/test/results/file.xml', output_dir='path/to/output/dir', )
Installation
To install the package from pypi, run the following command:
$ pip install qa-analytics-insights
Development
To install the package in development mode, run the following command:
# create a virtual environment $ virtualenv -p python3 venv # activate the virtual environment $ source venv/bin/activate # Run the package in development mode $ hatch run develop:all
For linting, run the following command:
$ hatch run linter:linter
for building the package, run the following command:
$ hatch build
for generating the documentation, run the following command:
$ hatch run docs:all
for running the tests with coverage, run the following command:
$ hatch run default:all
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file qa_analytics_insights-1.0.3.tar.gz
.
File metadata
- Download URL: qa_analytics_insights-1.0.3.tar.gz
- Upload date:
- Size: 22.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f37457628caadc29d3d6af81a5295e272bd122d46e7eed77a0548f20d9a6429e |
|
MD5 | eb0609984379d7f32b1c88dab6df8deb |
|
BLAKE2b-256 | 23ce34b66586e847f213613afc3c786916b4ed5d41a60f70e76dbae48ceca66d |
File details
Details for the file qa_analytics_insights-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: qa_analytics_insights-1.0.3-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6a5cfd2d723ec617fabe6af6beec1e05e3bf09f11364f4ccd34d174944c6f28 |
|
MD5 | 07c41f9a4114388cec0cc303bd90e40e |
|
BLAKE2b-256 | 229bb498af468df222f20d462402c5d6dcdcbdb188e187b77ef61698d71068aa |