Leveraging Large Language Models for Automated Test Results Analysis
Project description
FailTrace
Leveraging Large Language Models for Automated Test Results Analysis
🌍 Overview
FailTrace helps developers and QA engineers analyze automated test results with Large Language Models (LLMs).
It builds dependency graphs, maps them with test execution logs, and generates interactive HTML reports with insights into failures.
✨ Features
- Supports Python, Java, C#
- Dependency graph visualization (PyVis + NetworkX)
- Test log parsing (Pytest, JSON, TRX, …)
- Interactive reports (
HTML + CSS + JS) - Dry-run mode (no API calls)
- CLI-first design for CI/CD
📦 Installation
pip install failtrace
⚡ Quickstart
Run the full pipeline:
python -m failtrace full -p ./your-source-code -l ./your-test-results.xml --open-report
Run in quick mode (reuse cached graph):
failtrace quick -p ./src -l ./results.json
📜 License
Licensed under the MIT License.
👩💻 Author
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file failtrace-0.0.8.tar.gz.
File metadata
- Download URL: failtrace-0.0.8.tar.gz
- Upload date:
- Size: 56.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.12.2 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a6c0c2ddf58cf6210787d5977ffedd5366e8d6b37f84a36e7ba21956bc284ef
|
|
| MD5 |
2517ebebd0fb87b7115b7d2c3ed07da5
|
|
| BLAKE2b-256 |
5f18027d4795401fba7610781699de5621d910d12504c9612b87921291838859
|
File details
Details for the file failtrace-0.0.8-py3-none-any.whl.
File metadata
- Download URL: failtrace-0.0.8-py3-none-any.whl
- Upload date:
- Size: 75.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.12.2 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a1af2c7378f3974319b1a1e8ebe5646c063c775fb08c1cd3fd0f55467288314
|
|
| MD5 |
db652d344d54249f60bd7113ba673e93
|
|
| BLAKE2b-256 |
6dd4bf184a7c34d36182b13b30632c1838a91970653096c17995658a2d1870da
|