wpt-update-from-try

Crates.iowpt-update-from-try
lib.rswpt-update-from-try
version0.1.0
created_at2025-07-29 07:31:03.571952+00
updated_at2025-07-29 07:31:03.571952+00
descriptionDownload a build a command line to update WPT expectations for Firefox development
homepage
repository
max_upload_size
id1772034
size83,786
Paul Adenot (padenot)

documentation

README

wpt-update-from-try

A tool to help Firefox developers to update their Web Platform Test expectations data correct after some changes.

It finds all the Web Platform Test failure for a push, fetch all the wptreport.json files, and prepares a command to run for you in a Firefox repo to update the expectations (.ini files). It will put them in a temp directory, then print a command you can use from a Firefox repository to update the expectations. It also writes it to the clipboard. Thanks to the way wpt-update works, this will (hopefully) correctly annotate everything properly.

This tool has been written by Claude Code, but is mostly intended to be run by humans.

Usage

$ wpt-update-from-try --help
Fetch wptreport.json files from Firefox try runs for Web Platform Tests

Usage: wpt-update-from-try [OPTIONS] <INPUT>

Arguments:
  <INPUT>  TaskCluster task ID or Treeherder URL

Options:
      --repo <REPO>  Repository name (for Treeherder URLs) [default: try]
  -h, --help         Print help

Installation

Clone, then:

cargo install --path .

License

Licensed under either of

at your option.

Commit count: 0

cargo fmt