WebGrid
WebGrid copied to clipboard
Decentralized, scalable and robust implementation of a selenium-grid equivalent. Based on the WebDriver specification by the W3C.
### 🐛 Bug description The shields at the top of the readme are linking to pages that don't exist. The relevant badges are for the code of conduct, license, and...
### 🐛 Bug description idleTimeout set in the capabilities do not overrides IDLE_TIMEOUT from global variable. ### 🦶 Reproduction steps Steps to reproduce the behaviour: 1. Configure `idleTimeout` using `webgrid:options`...
**Is your feature request related to a problem? Please describe.** When for whatever reason the grid is shutdown with pending events and then restarted at a later point in time,...
### 🐛 Bug description It appears that some components do not propagate the correct readiness probe state regarding connectivity to the Redis server. It seems to be affecting the manager,...
Recent experiments on the graceful shutdown branch have confirmed that WebGrid survives the random (graceful) termination of components. Make this into a test case and run it in the pipeline!
Title says it all. Some potentially useful library: https://github.com/metrics-rs/metrics
Refactoring the core project into a workspace broke countless documentation links 😢 ```rust Documenting library v0.1.0 (/home/rust/src/library) warning: unresolved link to `super::domain` --> library/src/lib.rs:7:35 | 7 | //! extracted into...
### 🐛 Bug description When creating a large number of sessions (e.g. 30) and closely observing the docker orchestrator, it sometimes deploys exactly twice the amount of containers it is...
### 🐛 Bug description Currently, the description for the subcommands contains some text derived from sub-objects that have been merged into the root options object for each module. See screenshot...
The code base still contains [a large number of TODOs](https://github.com/TilBlechschmidt/WebGrid/search?q=TODO) and related thoughts that have been added on a whim. This makes it hard to prioritise and reference issues. To...