mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: move downloads to Azure CDN (#615)
This should drastically speedup downloads across the globe.
This commit is contained in:
parent
6b8c40ea25
commit
b4b81bae02
@ -190,7 +190,7 @@ export class FFPlaywright implements Playwright {
|
|||||||
|
|
||||||
const defaultOptions = {
|
const defaultOptions = {
|
||||||
path: path.join(this._projectRoot, '.local-firefox'),
|
path: path.join(this._projectRoot, '.local-firefox'),
|
||||||
host: 'https://playwright2.blob.core.windows.net',
|
host: 'https://playwright.azureedge.net',
|
||||||
platform: (() => {
|
platform: (() => {
|
||||||
const platform = os.platform();
|
const platform = os.platform();
|
||||||
if (platform === 'darwin')
|
if (platform === 'darwin')
|
||||||
|
@ -189,7 +189,7 @@ export class WKPlaywright implements Playwright {
|
|||||||
|
|
||||||
const defaultOptions = {
|
const defaultOptions = {
|
||||||
path: path.join(this._projectRoot, '.local-webkit'),
|
path: path.join(this._projectRoot, '.local-webkit'),
|
||||||
host: 'https://playwright2.blob.core.windows.net',
|
host: 'https://playwright.azureedge.net',
|
||||||
platform: (() => {
|
platform: (() => {
|
||||||
const platform = os.platform();
|
const platform = os.platform();
|
||||||
if (platform === 'darwin')
|
if (platform === 'darwin')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user