victorb / flaky-finder

Finds the most failing test cases from a Jenkins instance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flaky-finder

Jenkins util that finds the tests that are most failing, given an job URL

Usage

Outputs the top 10 failing test-cases

go get -v ./...
go run main.go https://ci.ipfs.team/job/IPFS/job/js-ipfs-api/job/master/

About

Finds the most failing test cases from a Jenkins instance

License:MIT License


Languages

Language:Go 100.0%