Adi
Adi
Hello! So I'm enriching browser HTTP headers using fixture override like so: ``` context: async ({ context }, use) => { await context.setExtraHTTPHeaders(headers); await use(context); }, ``` This also creates...
https://security-tracker.debian.org/tracker/CVE-2021-3177
Difido works great with TestNG 6.14.3, but after upgrading TestNG to 7.0.0 or 7.1.0 there is an issue: While there is more than one "Test" in TestNG xml file, difido...
Maven 3.8.1+ Rejects non secured repositories (https://maven.apache.org/docs/3.8.1/release-notes.html See: How to fix when I get a HTTP repository blocked?) and therefore it is required to be work around to pull the...
Using difido prevents from proceeding to Java 11 because it doesn't run with it It seems that the main cause is that the class "javax.xml.bind.ValidationException" has been removed in JDK...
Hello, Please review the below code and consider adding it to the difido-testng project. **File: RemoteDifidoReporter** (Line 97) `if (difidoConfig.getPropertyAsBoolean(RemoteDifidoOptions.USE_PROXY)) {` `String proxyHost = difidoConfig.getPropertyAsString(RemoteDifidoOptions.PROXY_HOST);` `int proxyPort = difidoConfig.getPropertyAsInt(RemoteDifidoOptions.PROXY_PORT);` `String...
Sometimes, when using pre-requisite to tests, if the pre-requisite fails, the other tests are being skipped, but Difido reports it as "Warning". adding a "Skip" would be great.
Version: Deno 2.0.0 ``` Task start deno run --allow-sys --allow-read --allow-env --allow-net ./src/app.ts [INFO] socket-mode:SocketModeClient:0 Going to establish a new connection to Slack ... Warning: Not implemented: ClientRequest.options.createConnection ⚡️ Bolt...
### 🚀 Feature Request https://jsr.io/ JSR is a package registry that arrives to take javascript forward in regards to having native typescript supported and various runtimes (node, deno, bun) all...
### Version 1.49.0 ### Steps to reproduce Unfortunately, i don't have a sure reproduce scenario, occasionally, in different test types, we've receiving 'page' crash. I've turned on `DEBUG=pw:browser` and attaching...