[JBoss JIRA] Created: (ARQ-571) Enhance WebDriver support in Drone
by Karel Piwko (JIRA)
Enhance WebDriver support in Drone
----------------------------------
Key: ARQ-571
URL: https://issues.jboss.org/browse/ARQ-571
Project: Arquillian
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Extension - Drone
Affects Versions: drone_1.0.0.CR1
Reporter: Karel Piwko
Assignee: Karel Piwko
Fix For: drone_1.0.0.CR2
Currently, there is only implementationClass configuration element for a WebDriver driver.
Moreover, Drone is able to inject only WebDriver instances, but not the inherited classes, so user can't specify directly.
{code}
@Drone FirefoxDriver;
{code}
An update which will reflect that each driver might have a different configuration and possibility to inject direct implementations is needed.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (ARQ-574) Tomcat managed should not require an installed tomcat server
by Geoffrey De Smet (JIRA)
Tomcat managed should not require an installed tomcat server
------------------------------------------------------------
Key: ARQ-574
URL: https://issues.jboss.org/browse/ARQ-574
Project: Arquillian
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: Tomcat Containers
Reporter: Geoffrey De Smet
When starting up tomcat6-managed, the first SNAPSHOT, I get this:
{code}
Either CATALINA_HOME environment variable or catalinaHome property in Arquillian configuration must be set and point to a valid directory! null is not valid directory!
{code}
There are 2 problems with this:
- it's a maintenance hurdle, especially on hudson build slaves
- the build is not reproducible: the test results depends on the tomcat server version you've installed on your machine.
Solution:
Set the tomcat zip as a dependency (so it's in ~/.m2/repository) and unzip it to target and use that server installation.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (ARQ-566) Support injection of MSC Services in AS7 Container
by Ivo Studensky (JIRA)
Support injection of MSC Services in AS7 Container
--------------------------------------------------
Key: ARQ-566
URL: https://issues.jboss.org/browse/ARQ-566
Project: Arquillian
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: JBoss Containers
Reporter: Ivo Studensky
It would be nice to have a support for the injection of a MSC Service into tests powered by Arquillian. For example, we need to inject the WebServer service of the JBossWeb module into a test and call the getConnector method directly on it. One possibility is to use a Management API layer, but this is targeted for end users and so does not expect to include all methods of MSC services. Hence, it is needed for QE tests to have a way to get the service itself and be able to play with it directly.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months