[arquillian-issues] [JBoss JIRA] (ARQ-2122) Add chromeHeadless browser option to use headless chromium easily

Matous Jobanek (JIRA) issues at jboss.org
Mon Jun 12 12:14:00 EDT 2017


Matous Jobanek created ARQ-2122:
-----------------------------------

             Summary: Add chromeHeadless browser option to use headless chromium easily
                 Key: ARQ-2122
                 URL: https://issues.jboss.org/browse/ARQ-2122
             Project: Arquillian
          Issue Type: Enhancement
            Reporter: Matous Jobanek


Currently, the only way to use headless chromium is to use chrome as a browser and then add {{--headless}} as a {{chromeArguments}} property:

{code:xml}
<property name="browser">chrome</property>
<property name="chromeArguments">--headless</property>
{code}

The idea of this task is making it simpler - just using {{chromeHeadless}} as a browser property:

{code:xml}
<property name="browser">chromeHeadless</property>
{code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the arquillian-issues mailing list