I am trying to integrate Selenium grid and cucumber.
I am currently stuck in a situation where I want to execute my testscripts on the distributed system with the different browser configured as node.
When the execution is triggered the hub redirects the test script to a node as specified in desired capabilities. But once the execution is completed I don't see the result generated as HTML report.
The test scripts do not execute in parallel.Please suggest if any configuration is missing or any custom code needs to be developed for capturing the result of execution on node.
Thanks in advance