| Crates.io | wpt-update-from-try |
| lib.rs | wpt-update-from-try |
| version | 0.1.0 |
| created_at | 2025-07-29 07:31:03.571952+00 |
| updated_at | 2025-07-29 07:31:03.571952+00 |
| description | Download a build a command line to update WPT expectations for Firefox development |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1772034 |
| size | 83,786 |
wpt-update-from-tryA 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.
$ 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
Clone, then:
cargo install --path .
Licensed under either of
at your option.