Skip to content

September 18, 2026

  • Query a specific day from the CLI. flakiness list tests now accepts --day YYYY-MM-DD, so you can inspect tests from a past day. Dates use the project’s timezone, matching the dashboard calendar. It queries the default branch unless you also pass --branch.

    Terminal window
    # Inspect a day on the default branch
    flakiness list tests --project myorg/myproject --day 2026-09-17
    # Inspect a day on a specific branch
    flakiness list tests --project myorg/myproject --branch feature/login --day 2026-09-17

    Without --day, the CLI still shows tests from the day of the branch’s head commit. --day cannot be combined with --pr. See the CLI commands reference.