Details
-
New Feature
-
Resolution: Unresolved
-
Major
-
None
-
17.9.0
-
None
-
Unknown
-
Description
Sometimes, the browser is irrelevant, for instance when testing a REST API and it takes time and resources to start it.
It would be nice to opt out of starting a browser entirely when writing tests, the same way we can opt out of VNC. Possibly with a special browser = Browser.NONE value in UITest, or (better?) through some new HeadlessTest annotation.