This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-b882686a-fd52-42ca-8034-fdca72bdaa92 XWIKI-23692 Open

Allow end to end / docker tests without a browser

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-1e945e78-a790-4556-b825-da9b9af35b57 Raphaël Jakse created this issue on 05/Nov/25 10:10
 
Summary: Allow end to end / docker tests without a browser
Issue Type: cid:jira-generated-image-avatar-b882686a-fd52-42ca-8034-fdca72bdaa92 New Feature
Affects Versions: 17.9.0
Assignee: Unassigned
Components: Test Framework
Created: 05/Nov/25 10:10
Priority: cid:jira-generated-image-static-major-e8038547-a067-4dc6-8589-dd8670d0e8c0 Major
Reporter: Raphaël Jakse
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.