chore: update CfT Dashboard URLs (#10122)

This commit is contained in:
Mathias Bynens 2023-05-03 21:24:03 +02:00 committed by GitHub
parent ead413b560
commit 8d08b2f481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@ npm run build --workspace @puppeteer-test/test
The following steps are needed to update the Chrome version.
1. Find a suitable Chrome revision via https://mathiasbynens.github.io/chrome-for-testing/ or https://chromiumdash.appspot.com/.
1. Find a suitable Chrome revision via https://googlechromelabs.github.io/chrome-for-testing/ or https://chromiumdash.appspot.com/.
2. Update `packages/puppeteer-core/src/revisions.ts` with the found version
number.
3. Update `versions.js` with the new Chrome-to-Puppeteer version mapping and

View File

@ -267,7 +267,7 @@ npm run build --workspace @puppeteer-test/test
The following steps are needed to update the Chrome version.
1. Find a suitable Chrome revision via https://mathiasbynens.github.io/chrome-for-testing/ or https://chromiumdash.appspot.com/.
1. Find a suitable Chrome revision via https://googlechromelabs.github.io/chrome-for-testing/ or https://chromiumdash.appspot.com/.
2. Update `packages/puppeteer-core/src/revisions.ts` with the found version
number.
3. Update `versions.js` with the new Chrome-to-Puppeteer version mapping and