playwright/src/utils
Andrey Lushnikov ff20b9d107
devops: support frequent minor releases of MacOS BigSur. (#5016)
Pre-BigSur, MacOS updates were labeled as "minor" releases, so we had
to bake separate builds for different 10.X releases.

In BigSur era, it doesn't seem to be the case, so for now we can re-use
our BigSur builds across all BigSur versions (11.0, 11.1 and 11.2).

If we ever need to have a custom build for some bigsur minor version,
e.g. `11.6`, we'll have a new browser platform along with generic
`mac11` platform.

Fixes #4775.
2021-01-14 22:45:09 +03:00
..
binaryPaths.ts chore: cleanup code that is not used by cli anymore (#5005) 2021-01-13 17:02:53 -08:00
browserPaths.ts devops: support frequent minor releases of MacOS BigSur. (#5016) 2021-01-14 22:45:09 +03:00
debugLogger.ts feat(errors): append recent browser logs when browser disconnects (#4625) 2020-12-08 09:35:28 -08:00
errors.ts feat(scopes): make page a scope (#4300) 2020-11-02 13:06:54 -08:00
sourceMap.ts fix(debug): do not generate source urls for anonymous scripts (#3691) 2020-11-13 14:47:55 -08:00
stackTrace.ts test: move fixtures to jest (#3010) 2020-07-17 13:53:23 -07:00
timeoutSettings.ts fix(snapshot): do not let a single frame fail the whole snapshot (#3857) 2020-09-11 15:13:37 -07:00
ubuntuVersion.ts chore: move chromium to src/server/chromium, enfore installer deps (#3582) 2020-08-22 15:46:42 -07:00
utils.ts fix(env): respect =true/false as env values for boolean flags (#4228) 2020-10-23 12:44:12 -07:00