tree: 56d7cdf8bcf596e2fbd77520c0c456d597703d0b [path history] [tgz]
  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 ./...)