Skip to content

A simple machine learning pipeline that detects flaky tests based on historical test data.

License

Notifications You must be signed in to change notification settings

qa-chrisb/flaky-test-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flaky Test Classifier

A simple machine learning pipeline that detects flaky tests based on historical test data.

Usage

1. Activate environment:

python -m venv .venv
source .venv/bin/activate

2. Generate data:

python -m src.data_generator

3. Train the model:

python -m src.train_model

4. Predict flaky tests:

python cli.py --input data/synthetic_test_data.csv

About

A simple machine learning pipeline that detects flaky tests based on historical test data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages