معرفی شرکت ها


failures-analysis-2.1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

failures-analysis package provides fast and reliable way to find and group similar failures in test automation.
ویژگی مقدار
سیستم عامل -
نام فایل failures-analysis-2.1.0
نام failures-analysis
نسخه کتابخانه 2.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Tatu Aalto
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/F-Secure/failures-analysis
آدرس اینترنتی https://pypi.org/project/failures-analysis/
مجوز Apache-2.0
# Failure analysis [![Version](https://img.shields.io/pypi/v/failures-analysis.svg)](https://pypi.org/project/failures-analysis/) [![Actions Status](https://github.com/F-Secure/failures-analysis/workflows/CICD/badge.svg)](https://github.com/F-Secure/failures-analysis/actions) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) Tests failure analysis package provides fast and reliable way to find and group similar failures in your CI/CD pipeline. When failure grouping and similarity scoring is done automatically by a machine, it will free resources from development team member to fix the most important failures in their CI/CD pipeline. It is tedious work for a human to download, open and read all the test failures and analyze which failures belong to the same group. The failure-analysis package solves this problem by processing xunit xml files and failures found within by calculating the similarity score of failures using cosine similarity. Results of this approach are to be published in Springer Book Series: Advances in Intelligent Systems and Computing later (link to be provided once published). # Installation instructions Only Python 3.8 or newer is supported. 1. Update pip `pip install -U pip` to ensure latest version is used 2. Install from the commandline: `pip install failures-analysis` # Usage To be able to find similar failures, users need to download xunit result(s) in to folder. How and where the download of the xunit files is done, is not part of this project, but example [flaky-test CI](https://github.com/F-Secure/flaky-test-ci/blob/main/download_artifacts.py) has an example how download from GitHub can be performed. Tool can be used from command line and it needs only one argument: path to folder where xunit xml files are located, example: `failures-analysis path/to/xunit/files` # Supported xunit formats Package has been tested with Pytest and Robot Framework xunit output files. Other format might be supported, but because we do not have visibility on those formats, those are not listed.


نیازمندی

مقدار نام
>=0.9.11,<0.10.0 drain3
>=4.9.1,<5.0.0 lxml
>=1.23.5,<2.0.0 numpy
>=1.5.1,<2.0.0 pandas
>=1.1.3,<2.0.0 scikit-learn


زبان مورد نیاز

مقدار نام
>=3.8,<4.0 Python


نحوه نصب


نصب پکیج whl failures-analysis-2.1.0:

    pip install failures-analysis-2.1.0.whl


نصب پکیج tar.gz failures-analysis-2.1.0:

    pip install failures-analysis-2.1.0.tar.gz