![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
qa-analytics-insights
Advanced tools
.. image:: https://img.shields.io/github/downloads/aydabd/qa-analytics-insights/total :alt: GitHub all releases :target: https://www.github.com/aydabd/qa-analytics-insights/releases
.. image:: https://github.com/aydabd/qa-analytics-insights/actions/workflows/ci.yml/badge.svg :alt: GitHub Workflow Status :target: https://www.github.com/aydabd/qa-analytics-insights/actions/workflows/ci.yml
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
_.
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.
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',
)
To install the package from pypi
_, run the following command::
$ pip install qa-analytics-insights
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
.. _QA Analytics Insights : https://qa-analytics-insights.readthedocs.io/en/latest/ .. _pypi: https://pypi.org/project/pip/qa-analytics-insights .. _pytest: https://docs.pytest.org/en/latest/ .. _unittest: https://docs.python.org/3/library/unittest.html
FAQs
Analyze and visualize Quality Assurance data
We found that qa-analytics-insights demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.