This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Description
Environment
Bobcat version: 2.3.0
Bobcat modules used:
- bb-core
- bb-junit
- bb-junit5
- bb-aem-65
- bb-aem-core
Browser + version:
Latest
Expected Behavior
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?