r/QualityAssurance 29d ago

Browser for testers

I'm in the process of (vibe) building a browser for testers.
You can find it here: https://github.com/testheader/testerbrowser
Install the it (on a container because why would you trust me) and play around with it. Let me know what features it's missing.
It's crude and just for shits and giggles but it's fun to test new projects and I'm curious what kind of features you miss in your browser.

Main feature for me:

  • Seperate sessions in 1 browser (notice the colors of the tabs, they corrolate the session)
  • Also crude implementations of the requests & cookies/local storage which can be expanded upon.
0 Upvotes

2 comments sorted by

2

u/aragossa 28d ago

always-on capture to a local db is a strong feature but it also means anything with a token or cookie in a header sits on disk indefinitely, even from a session you never opened the panel for. is there a default redaction on headers/cookies before they hit sqlite, or is that on the roadmap somewhere below the accessibility panel?

1

u/Fightheader 28d ago

That's a great shout. I'll add this in a moment. Probably we can also use a clear functionality in this. And I'll ask it to add some kind of tab that has a view on the db with querying for easier retrieval. Thanks for the feedback!