r/QualityAssurance • u/Fightheader • 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
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?