Skip to content

Instantly share code, notes, and snippets.

@jonbgamble
jonbgamble / find-test-web-flakes.py
Created April 21, 2026 13:17
find-test-web-flakes.py --repeat <count> -f <optional-path-match-string>
#!/usr/bin/env python3
import argparse
import subprocess
import sys
from pathlib import Path
VALID_SUFFIXES = (".htm", ".html", ".svg", ".xhtml", ".xht")
SUITES = (