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:
Productwas renamed toSupportedBrowser.BrowserFetcher.DefaultChromiumRevisionwas moved toPuppeteerSharp.BrowserData.Chrome.DefaultBuildId.BrowserFetcher.DefaultFirefoxRevisionwas moved toPuppeteerSharp.BrowserData.Firefox.DefaultBuildId.BrowserFetcher.DownloadsFolderwas renamed toCacheDir.BrowserFecher.DownloadHostwas reamed toBaseUrl.BrowserFecher.Productwas reamed toBrowser.BrowserFecher.LocalRevisionswas reamed toGetInstalledBrowsers.RevisionInfowas reamed toInstalledBrowser.- The concept of
Revisionwas 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