playwright/utils
Max Schmitt a24cce8b74
devops: fix protocol generation with root on Linux (#1327)
Currently it was leading to an error if I tried to build it with a root user on a Linux environment. So in the end the type generation was just skipped:

```
22:51:55.757 $ node install-from-github.js
22:51:55.813 Building playwright...
22:52:14.094 chromium downloaded to /11994741/playwright/.local-chromium/linux-747023 22:52:14.123 Failed to launch browser!
22:52:14.123 [0310/215214.121201:ERROR:zygote_host_impl_linux.cc(89)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
22:52:14.123 TROUBLESHOOTING: https://github.com/Microsoft/playwright/blob/master/docs/troubleshooting.md
```

Maybe we should also exit the script with an error code if the protocol generation was not successful.
2020-03-10 15:21:08 -07:00
..
doclint docs(contributing.md): update CONTRIBUTING.md (#1286) 2020-03-07 17:29:22 -08:00
flakiness-dashboard doc: fix typos (#1284) 2020-03-07 08:37:47 -08:00
protocol-types-generator devops: fix protocol generation with root on Linux (#1327) 2020-03-10 15:21:08 -07:00
testrunner tests(runner): support DEBUGP for timing out tests (#1324) 2020-03-10 14:48:13 -07:00
testserver fix(navigations): remove LifecycleWatcher, fix flakes (#882) 2020-02-10 18:35:47 -08:00
apply_next_version.js chore: fix utils/apply_next_version.js 2020-03-02 18:17:16 -08:00
bisect.js api: remove BrowserFetcher from api, update docs (#487) 2020-01-14 10:07:26 -08:00
check_availability.js api: remove BrowserFetcher from api, update docs (#487) 2020-01-14 10:07:26 -08:00
ESTreeWalker.js Initial commit 2019-11-19 10:58:15 -08:00
print_versions.js chore: guide for producing release notes (#1165) 2020-02-28 14:40:50 -08:00
publish_all_packages.sh chore(ci): different attempt to publish on Travis 2020-03-02 19:00:47 -08:00
runWebpack.js feat(pw-web): generate playwright/web.js which can be used in the browser (#455) 2020-01-10 16:03:10 -08:00
sync_package_versions.js chore: npm packages (#525) 2020-01-21 12:22:17 -08:00