v11.0.0
Google for testing is here!
v11 brings Google for Testing support. This introduces some breaking changes. But I think it won't be that hard to migrate your code:
Product
was renamed toSupportedBrowser
.BrowserFetcher.DefaultChromiumRevision
was moved toPuppeteerSharp.BrowserData.Chrome.DefaultBuildId
.BrowserFetcher.DefaultFirefoxRevision
was moved toPuppeteerSharp.BrowserData.Firefox.DefaultBuildId
.BrowserFetcher.DownloadsFolder
was renamed toCacheDir
.BrowserFecher.DownloadHost
was reamed toBaseUrl
.BrowserFecher.Product
was reamed toBrowser
.BrowserFecher.LocalRevisions
was reamed toGetInstalledBrowsers
.RevisionInfo
was reamed toInstalledBrowser
.- The concept of
Revision
was changed toBuildId
.
What's Changed
- Pass expectation as the first argument by @jnyrup in #2261
- Upgrade chrome to 1108766 by @kblok in #2259
- Migrate tests to Nunit by @kblok in #2276
Full Changelog: v10.1.2...v11.0.0