puppeteer/utils
Andrey Lushnikov 852c46c1e4
feat(testrunner): async suite descriptions (#4721)
This patch teaches TestRunner to support async suite
descriptions. This is needed to require tests using ES6 dynamic
imports:

```js
const t = new TestRunner();

await t.describe('tests', async () => {
  (await import('./some.spec.js')).addTests(t);
  (await import('./other.spec.js')).addTests(t);
});
```
2019-07-18 11:25:06 -07:00
..
browser docs(troubleshooting): fix bundle directions (#3808) 2019-01-18 17:33:34 -08:00
doclint feat(puppeteer): introduce puppeteer.errors and puppeteer.devices (#4312) 2019-04-19 15:33:06 -07:00
node6-transform test: fix fixtures test when run with env DUMPIO=1 (#4123) 2019-03-13 16:26:28 -07:00
protocol-types-generator test: setup sandbox on linux (#3530) 2018-11-12 23:26:16 -08:00
testrunner feat(testrunner): async suite descriptions (#4721) 2019-07-18 11:25:06 -07:00
testserver fix(tests): Get TLS version from Node instead of hardcoding it (#4700) 2019-07-14 18:33:31 -07:00
apply_next_version.js chore: another attempt to fix pptr@next (#3210) 2018-09-06 21:38:17 +01:00
bisect.js chore(bisect): properly output bisect ranges + output styling (#3523) 2018-11-08 19:17:56 -08:00
check_availability.js chore: stop using console.assert everywhere (#2646) 2018-05-31 16:53:51 -07:00
ESTreeWalker.js feat(launcher): add experimental "transport" option to pptr.connect (#3265) 2018-09-20 11:55:23 -07:00
fetch_devices.js fix(devicedescriptors): fix UA in DeviceDescriptors (#2741) 2018-06-14 13:55:09 -07:00
prepare_puppeteer_core.js feat: prepare for publishing puppeteer-core (#3047) 2018-08-08 15:14:23 -07:00