feat: Implement JavaScript Coverage (#1673)

This patch introduces a new `page.coverage` namespace with two methods:
- `page.coverage.startJSCoverage` to initiate JavaScript coverage
  recording
- `page.coverage.stopJSCoverage` to stop JavaScript coverage and get
  results
This commit is contained in:
Andrey Lushnikov
2018-01-02 19:53:53 -08:00
committed by GitHub
parent bd73e4b7b8
commit d062381978
14 changed files with 366 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
<script src='script1.js'></script>
<script src='script2.js'></script>