chore: move downloads to Azure CDN

This should drastically speedup downloads across the globe.
This commit is contained in:
Andrey Lushnikov 2020-01-23 15:50:03 -08:00
parent ac2ba3cbd9
commit 2dc297701c
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')