chore: move downloads to Azure CDN (#615)

This should drastically speedup downloads across the globe.
This commit is contained in:
Andrey Lushnikov 2020-01-23 16:00:55 -08:00 committed by GitHub
parent 6b8c40ea25
commit b4b81bae02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ export class FFPlaywright implements Playwright {
const defaultOptions = {
path: path.join(this._projectRoot, '.local-firefox'),
host: 'https://playwright2.blob.core.windows.net',
host: 'https://playwright.azureedge.net',
platform: (() => {
const platform = os.platform();
if (platform === 'darwin')

View File

@ -189,7 +189,7 @@ export class WKPlaywright implements Playwright {
const defaultOptions = {
path: path.join(this._projectRoot, '.local-webkit'),
host: 'https://playwright2.blob.core.windows.net',
host: 'https://playwright.azureedge.net',
platform: (() => {
const platform = os.platform();
if (platform === 'darwin')