[JBoss JIRA] (ARQ-1545) Drone: allow to setup WebDriver's Capabilities programatically
by Matous Jobanek (JIRA)
[ https://issues.jboss.org/browse/ARQ-1545?page=com.atlassian.jira.plugin.s... ]
Matous Jobanek updated ARQ-1545:
--------------------------------
Fix Version/s: (was: drone_2.1.0.Final)
> Drone: allow to setup WebDriver's Capabilities programatically
> --------------------------------------------------------------
>
> Key: ARQ-1545
> URL: https://issues.jboss.org/browse/ARQ-1545
> Project: Arquillian
> Issue Type: Feature Request
> Components: Extension - Drone
> Affects Versions: drone_1.2.0.Final
> Reporter: Lukáš Fryč
>
> The programatic configuration comes when some capability is unsupported and it has complex type, such as collection or array.
> ----
> Even though I can access WebDriverConfiguration programatically and retrieve #getCapabilities(), I will get clone of capabilities stored in configuration.
> I suggest we allow to access capabilityMap in order to allow programatically configure.
> ----
> Please document a sample of usage here once done, i.e. what even is expected to listen.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (ARQ-1179) Mark a test so it will only run against certain browsers
by Matous Jobanek (JIRA)
[ https://issues.jboss.org/browse/ARQ-1179?page=com.atlassian.jira.plugin.s... ]
Matous Jobanek updated ARQ-1179:
--------------------------------
Fix Version/s: (was: drone_2.1.0.Final)
> Mark a test so it will only run against certain browsers
> --------------------------------------------------------
>
> Key: ARQ-1179
> URL: https://issues.jboss.org/browse/ARQ-1179
> Project: Arquillian
> Issue Type: Feature Request
> Components: Extension - Drone
> Reporter: Brian Leathem
>
> It would be useful to be able to annotate a particular test so it will only run when driven by a particular set of browsers.
> Some sample use cases:
> # Some tests cannot target the incomplete js impl found in html unit. I would mark such tests not to run when htmlunit is the configured browser (in CI for instance)
> # Some tests may target non-standard behaviour in certain browsers (older IE versions for instance) and may not make sense to run in all browsers. I would mark such tests not to run only when IE is the configured browser.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (ARQ-1077) Persistence Plugin does not work with Drone/Graphene
by Matous Jobanek (JIRA)
[ https://issues.jboss.org/browse/ARQ-1077?page=com.atlassian.jira.plugin.s... ]
Matous Jobanek updated ARQ-1077:
--------------------------------
Fix Version/s: (was: drone_2.1.0.Final)
> Persistence Plugin does not work with Drone/Graphene
> ----------------------------------------------------
>
> Key: ARQ-1077
> URL: https://issues.jboss.org/browse/ARQ-1077
> Project: Arquillian
> Issue Type: Feature Request
> Components: Extension - Drone, Extension - Persistence
> Environment: JBoss AS 7 Container
> Reporter: Bryan Saunders
> Assignee: Bartosz Majsak
> Labels: drone, persistence
>
> Persistence Extension does not execute when being used with the Drone/Graphene extensions. When you run the tests in Client Mode the @UsingDataSet annotations do not trigger and populate the database. @ApplyScriptBefore also does not work.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (ARQ-1890) Support implementation of Microsoft WebDriver
by Matous Jobanek (JIRA)
[ https://issues.jboss.org/browse/ARQ-1890?page=com.atlassian.jira.plugin.s... ]
Matous Jobanek closed ARQ-1890.
-------------------------------
Resolution: Done
> Support implementation of Microsoft WebDriver
> ---------------------------------------------
>
> Key: ARQ-1890
> URL: https://issues.jboss.org/browse/ARQ-1890
> Project: Arquillian
> Issue Type: Feature Request
> Components: Extension - Drone
> Affects Versions: drone_1.3.1.Final
> Reporter: Sona Jamborova
> Assignee: Tomas David
> Fix For: drone_2.1.0.Alpha2
>
>
> Selenium team adds support of Microsoft WebDriver in 2.43.0. Drone should use this vendor as well as selenium.
> My Idea is:
> 1) An user is responsible to install MS WebDriver
> 2) Arquillian.xml presents new property (for example: IEDriverEngine). The values are LEGACY, VENDOR, AUTODETECT. The default value is LEGACY or AUTODETECT. I prefer AUTODETECT.
> Unfortunately, this feature is not fully supported by Selenium for Java platforms (see comments).
> Solution for branch drone 1.3.x:
> * for enabling property in arquillian.xml:
> ** add new field (attribute) in class WebDriverConfiguration
> ** add setter and getter for this field
> ** Note: properties in arquillian.xml are automaticaly mapped to fields in this class
> * map a value of ieDriverEngine property to system property "webdriver.ie.driver.engine"
> ** in class InternetExplorerDriverFactory
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (ARQ-1890) Support implementation of Microsoft WebDriver
by Matous Jobanek (JIRA)
[ https://issues.jboss.org/browse/ARQ-1890?page=com.atlassian.jira.plugin.s... ]
Matous Jobanek reopened ARQ-1890:
---------------------------------
> Support implementation of Microsoft WebDriver
> ---------------------------------------------
>
> Key: ARQ-1890
> URL: https://issues.jboss.org/browse/ARQ-1890
> Project: Arquillian
> Issue Type: Feature Request
> Components: Extension - Drone
> Affects Versions: drone_1.3.1.Final
> Reporter: Sona Jamborova
> Assignee: Tomas David
> Fix For: drone_2.1.0.Alpha2
>
>
> Selenium team adds support of Microsoft WebDriver in 2.43.0. Drone should use this vendor as well as selenium.
> My Idea is:
> 1) An user is responsible to install MS WebDriver
> 2) Arquillian.xml presents new property (for example: IEDriverEngine). The values are LEGACY, VENDOR, AUTODETECT. The default value is LEGACY or AUTODETECT. I prefer AUTODETECT.
> Unfortunately, this feature is not fully supported by Selenium for Java platforms (see comments).
> Solution for branch drone 1.3.x:
> * for enabling property in arquillian.xml:
> ** add new field (attribute) in class WebDriverConfiguration
> ** add setter and getter for this field
> ** Note: properties in arquillian.xml are automaticaly mapped to fields in this class
> * map a value of ieDriverEngine property to system property "webdriver.ie.driver.engine"
> ** in class InternetExplorerDriverFactory
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months
[JBoss JIRA] (ARQ-1890) Support implementation of Microsoft WebDriver
by Matous Jobanek (JIRA)
[ https://issues.jboss.org/browse/ARQ-1890?page=com.atlassian.jira.plugin.s... ]
Matous Jobanek updated ARQ-1890:
--------------------------------
Fix Version/s: drone_2.1.0.Alpha2
(was: drone_2.1.0.Final)
> Support implementation of Microsoft WebDriver
> ---------------------------------------------
>
> Key: ARQ-1890
> URL: https://issues.jboss.org/browse/ARQ-1890
> Project: Arquillian
> Issue Type: Feature Request
> Components: Extension - Drone
> Affects Versions: drone_1.3.1.Final
> Reporter: Sona Jamborova
> Assignee: Tomas David
> Fix For: drone_2.1.0.Alpha2
>
>
> Selenium team adds support of Microsoft WebDriver in 2.43.0. Drone should use this vendor as well as selenium.
> My Idea is:
> 1) An user is responsible to install MS WebDriver
> 2) Arquillian.xml presents new property (for example: IEDriverEngine). The values are LEGACY, VENDOR, AUTODETECT. The default value is LEGACY or AUTODETECT. I prefer AUTODETECT.
> Unfortunately, this feature is not fully supported by Selenium for Java platforms (see comments).
> Solution for branch drone 1.3.x:
> * for enabling property in arquillian.xml:
> ** add new field (attribute) in class WebDriverConfiguration
> ** add setter and getter for this field
> ** Note: properties in arquillian.xml are automaticaly mapped to fields in this class
> * map a value of ieDriverEngine property to system property "webdriver.ie.driver.engine"
> ** in class InternetExplorerDriverFactory
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 8 months