[JBoss JIRA] (ARQ-1209) Abbreviate WebDriver configuration property browserCapabilities as browser
by Karel Piwko (JIRA)
[ https://issues.jboss.org/browse/ARQ-1209?page=com.atlassian.jira.plugin.s... ]
Karel Piwko closed ARQ-1209.
----------------------------
> Abbreviate WebDriver configuration property browserCapabilities as browser
> --------------------------------------------------------------------------
>
> Key: ARQ-1209
> URL: https://issues.jboss.org/browse/ARQ-1209
> Project: Arquillian
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Extension - Drone
> Affects Versions: drone_1.1.0.Final
> Reporter: Dan Allen
> Assignee: Karel Piwko
> Labels: starter
> Fix For: drone_1.2.0.Beta1
>
>
> Story:
> *In order to* save typing and make the WebDriver configuration more readable
> *As a* tester
> *I want to* be able to configure the browser using the property name "browser" instead of "browserCapabilities"
> Scenarios:
> *Given* I want to use the FirefoxDriver when running my Drone WebDriver tests
> *When* I set the browser (e.g., firefox) in the WebDriver configuration property named "browser"
> *Then* Drone should interpret the value of that property as the browserCapabilities
> ; *And* Drone should select and initialize the FirefoxDriver
> ; *And* Drone should inject the FirefoxDriver into the @Drone injection point in the test
> *Given* I want to use the FirefoxDriver when running my Drone WebDriver tests
> : *And* I have an existing Drone WebDriver configuration
> *When* I set the browser (e.g., firefox) in the WebDriver configuration property named "browserCapabilities"
> *Then* Drone should interpret the value of that property as the browserCapabilities
> ; *And* Drone should select and initialize the FirefoxDriver
> ; *And* Drone should inject the FirefoxDriver into the @Drone injection point in the test
> Rationale:
> While browserCapabilities is the official name for specifying the browser by its coordinates name, version and platform, we need not expose this formality to our users. We can honor both names for this property, perhaps throwing an exception if both are present. Once we sort that out, we should propose another scenario to cover it.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 4 months
[JBoss JIRA] (ARQ-1315) Make possible to configure firefox preferences via arquillian.xml
by Karel Piwko (JIRA)
[ https://issues.jboss.org/browse/ARQ-1315?page=com.atlassian.jira.plugin.s... ]
Karel Piwko closed ARQ-1315.
----------------------------
> Make possible to configure firefox preferences via arquillian.xml
> -----------------------------------------------------------------
>
> Key: ARQ-1315
> URL: https://issues.jboss.org/browse/ARQ-1315
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Drone
> Affects Versions: drone_1.1.1.Final, drone_1.2.0.Alpha2
> Reporter: Fabian Schwarzer
> Assignee: Karel Piwko
> Fix For: drone_1.2.0.Beta1
>
>
> In order to configure a FF extension (see ARQ-1259) one needs to add properties to FF (like on the about:config page) via arquillian.xml. This could be done by preparing a FF profile and configure this in arquillian.xml. Unfortunately drone does not seem to pick up the firefox_profile property in arquillian.xml (propably due to org.openqa.selenium.firefox.FirefoxDriver.java:184)
> So it would be great if there were some means to configure FF properties; either by configuring them in the arquillian.xml like done in ARQ-1259, or by making it possible to pass a profile via
> <extension qualifier="webdriver">
> <property name="browserCapabilities">firefox</property>
> <property name="firefox_profile">/path/to/profile</property>
> </extension>
> see also ARQ-1245
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 4 months
[JBoss JIRA] (ARQ-1464) When controlling EAP 6 via Arquillian it sometimes starts to hang
by Radim Hatlapatka (JIRA)
[ https://issues.jboss.org/browse/ARQ-1464?page=com.atlassian.jira.plugin.s... ]
Radim Hatlapatka updated ARQ-1464:
----------------------------------
Description:
Sometimes there appears in log message warning and after that testsuite starts hanging
{noformat}
3:01:27 [0m[33m03:01:27,297 WARN [org.jboss.as.controller.management-operation] (management-handler-thread - 3) JBAS014626: Operation was interrupted before stability could be reached
{noformat}
was:
Sometimes there appears in log message warning and after that testsuite starts hanging
3:01:27 [0m[33m03:01:27,297 WARN [org.jboss.as.controller.management-operation] (management-handler-thread - 3) JBAS014626: Operation was interrupted before stability could be reached
> When controlling EAP 6 via Arquillian it sometimes starts to hang
> -----------------------------------------------------------------
>
> Key: ARQ-1464
> URL: https://issues.jboss.org/browse/ARQ-1464
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JBoss AS Containers
> Affects Versions: 1.1.1.Final
> Reporter: Radim Hatlapatka
> Attachments: server, surefire, test
>
>
> Sometimes there appears in log message warning and after that testsuite starts hanging
> {noformat}
> 3:01:27 [0m[33m03:01:27,297 WARN [org.jboss.as.controller.management-operation] (management-handler-thread - 3) JBAS014626: Operation was interrupted before stability could be reached
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 4 months
[JBoss JIRA] (ARQ-1464) When controlling EAP 6 via Arquillian it sometimes starts to hang
by Radim Hatlapatka (JIRA)
Radim Hatlapatka created ARQ-1464:
-------------------------------------
Summary: When controlling EAP 6 via Arquillian it sometimes starts to hang
Key: ARQ-1464
URL: https://issues.jboss.org/browse/ARQ-1464
Project: Arquillian
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JBoss AS Containers
Affects Versions: 1.1.1.Final
Reporter: Radim Hatlapatka
Attachments: server, surefire, test
Sometimes there appears in log message warning and after that testsuite starts hanging
3:01:27 [0m[33m03:01:27,297 WARN [org.jboss.as.controller.management-operation] (management-handler-thread - 3) JBAS014626: Operation was interrupted before stability could be reached
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 4 months
[JBoss JIRA] (ARQ-1464) When controlling EAP 6 via Arquillian it sometimes starts to hang
by Radim Hatlapatka (JIRA)
[ https://issues.jboss.org/browse/ARQ-1464?page=com.atlassian.jira.plugin.s... ]
Radim Hatlapatka updated ARQ-1464:
----------------------------------
Attachment: server
surefire
test
Attaching jstacks of running java processes
> When controlling EAP 6 via Arquillian it sometimes starts to hang
> -----------------------------------------------------------------
>
> Key: ARQ-1464
> URL: https://issues.jboss.org/browse/ARQ-1464
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JBoss AS Containers
> Affects Versions: 1.1.1.Final
> Reporter: Radim Hatlapatka
> Attachments: server, surefire, test
>
>
> Sometimes there appears in log message warning and after that testsuite starts hanging
> 3:01:27 [0m[33m03:01:27,297 WARN [org.jboss.as.controller.management-operation] (management-handler-thread - 3) JBAS014626: Operation was interrupted before stability could be reached
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 4 months