playwright/utils
Andrey Lushnikov 9b51febf50
feat: setup continuous deployment (#1159)
This patch sets continuous deployment of playwright packages
from tip-of-tree. These packages are released under the "@next",
so it should be possible to install tip-of-tree version of Playwright
from NPM using

```
npm i playwright@next
```

A few technical details:
- This uses travis to drive deployments
- This deploys from master and only if all browsers pass all tests on linux
- This is an attempt to deploy just two packages: `playwright-core` and `playwright-firefox`. If this works out, I'll follow-up with other packages as well
2020-02-28 11:02:42 -08:00
..
doclint chore: fix doclint tests (#1098) 2020-02-24 18:24:02 -08:00
flakiness-dashboard Initial commit 2019-11-19 10:58:15 -08:00
protocol-types-generator tests: explicitly close contexts for browser.newPage (#875) 2020-02-06 15:18:07 -08:00
testrunner feat(testrunner): better matchers (#1077) 2020-02-20 22:55:39 -08:00
testserver fix(navigations): remove LifecycleWatcher, fix flakes (#882) 2020-02-10 18:35:47 -08:00
apply_next_version.js feat: setup continuous deployment (#1159) 2020-02-28 11:02:42 -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
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