-
It would be nice if our new feature named "Reporting" could be executed in background mode, right now it's only able to be executed in foreground/blocking mode.
- [x] Decide the way to achieve this…
-
Anon user tracking has been disabled for the past several months as it tested only for cookie acceptance, and was easily fooled by headless browsers that play back cookies.
A less easily fooled mec…
-
fwiw, I may be blocked by this issue: https://github.com/modernweb-dev/web/issues/2272 (`web-test-runner` bin hangs)
I'm looking at: https://modern-web.dev/docs/test-runner/browser-launchers/webdri…
-
Right now if you launch `cargo web test` it will launch your tests in a new Chrome/Chromium instance it finds installed on your system. This is a huge hack which should be replaced by a proper headles…
koute updated
5 years ago
-
### Test code to reproduce
It is not possible for us to share the test and source code to reproduce.
One of the messages that seemed related is `Failed to adjust OOM score of renderer with pid 6…
-
## Describe the bug
Nightwatch does not throw any error while running selenium-server locally if Java is not installed on the system.
## Sample test
sampleTest.js
```js
// Any tes…
-
As @MylesBorins helpfully explored in #253, there are a number of promising libraries that may make it easier to develop Node-based Flocking applications where Flocking runs inside a headless Chrome i…
-
An always up-to-date javascript injectable library version should be prepared and kept up to date. The library should be injected via headless into existing browsers' contexts and collect enriched inf…
-
## 🐛 Bug description
When running `wasm-pack test` the following is printed to the screen:
```txt
Interactive browsers tests are now available at http://127.0.0.1:8000
Note that interactive mo…
-
We currently are writing a browser tests for our application that involves a heavy use of WebGL for rendering graphics.
Running tests on '--headed' mode is all running fine, however when we want to …