Skip to content

Instantly share code, notes, and snippets.

@anush
anush / better_fbh.user.js
Created June 28, 2011 06:10 — forked from janmejay/better_fbh.user.js
Renders "Failed Tests" list on "Go" "failed build history page" by aggregating data across different jobs and pipeline instances. [Usage: can be installed using Greasemonkey in Firefox OR as a browser extension on Chromium/GoogleChrome]
// ==UserScript==
// @name Better FBH
// @namespace Go
// @description FBH failed tests aggregator
// @include */go/pipelines/*/tests
// ==/UserScript==
FailedBuildHistory = function() {
function add_data_pane(self, holder) {
self.body = document.createElement('div');