You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2021. It is now read-only.
When executing a single test on the selenium grid without specifying the browser name it should launch on the available browsers
Actual Behavior
When executing a single test on the selenium grid without providing the browser cap it is not getting executed.
Steps to reproduce
To execute a single test in cross-browser we are running our test in selenium grid but when providing two browser names it overwrites one of the browsers (which is expected).
How should I proceed with running a test in two browsers with selenium grid?