puppeteer/utils
Andrey Lushnikov 24354a4879
feat: implement CSS Coverage (#1714)
This patch adds two new methods to the `page.coverage` namespace:
- `page.coverage.startCSSCoverage()` - to initiate css coverage
- `page.coverage.stopCSSCoverage()` - to stop css coverage

The coverage format is consistent with the JavaScript coverage.
2018-01-03 18:21:40 -08:00
..
doclint feat: implement CSS Coverage (#1714) 2018-01-03 18:21:40 -08:00
node6-transform chore: generalize node6 transpilation (#1560) 2017-12-08 15:14:28 -08:00
testrunner test: prohibit focused tests/suites on bots (#1686) 2017-12-28 15:41:57 -08:00
apply_next_version.js chore: use unique version for puppeteer@next (#1688) 2017-12-28 17:19:13 -08:00
check_availability.js refactor: move ChromiumDownloader under lib/ (#1554) 2017-12-08 13:39:13 -08:00
ESTreeWalker.js Fix node6 support for Object.entries and URL object (#548) 2017-08-25 15:13:59 -07:00
fetch_devices.js Change let into const (#457) 2017-08-21 16:39:04 -07:00