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
- Host: GitHub
- URL: https://github.com/victorb/flaky-finder
- Owner: victorb
- License: mit
- Created: 2018-05-03T18:18:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T18:18:54.000Z (about 8 years ago)
- Last Synced: 2025-07-30T02:28:12.392Z (11 months ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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/
```