playwright/utils
Joel Einbinder c03e8b7946
chore(tests): add types for tests (#915)
I enabled vscode autocomplete in our test files. Typechecking had too many errors to enable, but it caught some real bugs that I will fix in a follow up.

This patch contains:
* `test/types.d.ts` - d.ts file for our test runner.
* `test/tsconfig.json` - typescript project for our tests.
* JSDoc header in all specs to mark the describe as a TestSuite
* Drive-by fix of a launcher test that was using `if` instead of `it`
* Some drive-by fixes of unimpactful typos in tests.
2020-02-10 13:20:13 -08:00
..
doclint fix(doclint): fix doclint for new typescript (#879) 2020-02-06 16:26:36 -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): show workerId in verbose mode 2020-02-07 17:16:31 -08:00
testserver chore(tests): add types for tests (#915) 2020-02-10 13:20:13 -08:00
apply_next_version.js Initial commit 2019-11-19 10:58:15 -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