I use a selenium grid with 13 nodes, each of which is limited to one instance of chromium. My project uses most of these nodes at different times.
In the future I will need to add more nodes - due to more tests, parallel exec., Different browsers, etc. The problem is that I canβt say exactly what the use of grid nodes is.
There is a way to get the following statistics from the grid:
- idle / busy time nodes in% - determine if node was busy most of the time or inactive most of the time
- number of tests performed since node started
- runtime - duration since the start of node
thanks tizki
selenium selenium-webdriver selenium-grid remotewebdriver
Tidhar klein orbach
source share