1 unstable release

new 0.1.0 Jan 17, 2025

#1363 in Web programming


Used in chrome-for-testing-manage…

MIT/Apache

37KB
538 lines

chrome-for-testing

Provides serde-enabled type definitions covering the chrome-for-testing JSON API responses, and convenience functions for accessing the API endpoints through reqwest.


Blog post: https://developer.chrome.com/blog/chrome-for-testing

Availability: https://googlechromelabs.github.io/chrome-for-testing/

API-endpoint-definition: https://github.com/GoogleChromeLabs/chrome-for-testing#json-api-endpoints


Example

let client = reqwest::Client::new();
let versions = chrome_for_testing::last_known_good_versions::request(client).await.unwrap();

chrome-for-testing-manager

You may also want to check out https://github.com/lpotthast/chrome-for-testing-manager, a crate building upon this one to allow easy selection and installation of chrome-for-testing versions. It also comes with support for the thirtyfour crate.

Dependencies

~5–17MB
~214K SLoC