Holger Benl
Holger Benl
To reproduce: ``` npm i -g js-beautify curl https://app.cord.com/1.82.0/sidebar-eed1df1bbf4c2ba31c69ae11a7955e16.js >sidebar.js js-beautify -X -w 100 sidebar.js >beautified.js ``` Then open `beautified.js` in an editor and search for "addAnnotation". That will take...
Currently the "Mocha Tests" output channel only shows the output captured from `stdout`/`stderr`, but this does not include the test run messages from `mocha`, so it's impossible to associate the...
Most of the tests that verify sourcemap support for webpack bundles have been broken for a while, this PR fixes them.
The loaded scripts panel was broken because it assumed that it will receive the event for the start of a debug session before receiving any events from that session but...
I have also updated the tests to use `request.body*` instead of `request.postData*` except for the following: - I changed the tests in `tests/page/network-post-data.spec.ts` to be skipped for BiDi because these...
### 🚀 Feature Request [remoteObjectValue()](https://github.com/microsoft/playwright/blob/a99b3e4d870e96adbf7b028a4035bc1dcd65c90e/packages/playwright-core/src/server/bidi/bidiExecutionContext.ts#L200-L210) currently only supports a few types and returns `remoteObject.value` for many without deserializing the value from its BiDi representation, failing [this check](https://github.com/microsoft/playwright/blob/a99b3e4d870e96adbf7b028a4035bc1dcd65c90e/tests/page/page-event-console.spec.ts#L35). ### Example _No...
Continuing the discussion from [here](https://github.com/microsoft/playwright/pull/37754#discussion_r2441499172): > I don't think anyone would appreciate stalling when an unexpected override is passed or expected header is not passed, immediately throwing a validation error...