An open API service indexing awesome lists of open source software.

https://github.com/victorb/flaky-finder

Finds the most failing test cases from a Jenkins instance
https://github.com/victorb/flaky-finder

Last synced: 9 months ago
JSON representation

Finds the most failing test cases from a Jenkins instance

Awesome Lists containing this project

README

          

## 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/
```