View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (2 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (33 stars)
PR merge metrics
 (PR metrics pending)

Description

I think that we have a problem with the "minimal" mode - it captures a lot of irrelevant data, including:

  • startedDateTime
  • time
  • httpVersion
  • cookies
  • headersSize
  • bodySize
  • cache
  • timings

I think that Playwright also has this problem, but it would be nice if we had a way to work around it

Contributor guide