Benjamin Gruenbaum
Benjamin Gruenbaum
Integrate with angular/vue/react and show framework state in root-cause
The number of tests passed when running a single test in a single file shows 2/2 but it should likely show 1/2 This happens it counts the file (and it...
Talking to @gioragutt regarding HTML collection and writing things down: - add a per-step hook (like screenshots/console-logs) that calls `Page.captureSnapshot` as mhtml and save it (don't use fast-mhtml yet). Make...
Currently even tests that had no actions are shown in root-cause ls Reported by @talkl
Hey, In a call with @auchenberg (thanks again by the way 🙇♂️ hopefully we meet in a conference when it's possible) he raised several interesting issues with one of the...
Hey, On a call with @auchenberg (thanks again by the way!) he mentioned that when he was working on vscode a lot of times a goal was getting feedback closest...
I have a scenario where I want to limit a user by two things (for example, I want to limit by token and IP address) but rateLimiter always sets headers...
Hey, I might need to download a bundle containing a service when resolving it so I need a way to `.get` asynchronously and have async factories (like in InversifyJS for...