NoamGaash/playwright-advanced-har

minimal mode

Ouverte

#13 ouverte le 15 févr. 2024

 (0 commentaire) (0 réaction) (0 personne assignée)TypeScript (2 forks)auto 404
enhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (33 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur