tree: cd02a59cfe582e0c0db3d42defb8df76c9b4c709
  1. testdata/
  2. browser_test.go
  3. go.mod
  4. go.sum
  5. README.md
  6. testutils.go
browsertests/README.md

Browser tests are separated out into a module of their own to avoid polluting pprof dependencies with chromedp.

These tests can be run by executing the following in the top-level of the pprof directory:

(cd browsertests && go test ./...)