[JBoss JIRA] (ARQGRA-303) Improve failure messages in a fluent waiting API
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-303?page=com.atlassian.jira.plugin... ]
Lukáš Fryč updated ARQGRA-303:
------------------------------
Fix Version/s: 2.1-Tracking
(was: 2.0-Tracking)
> Improve failure messages in a fluent waiting API
> ------------------------------------------------
>
> Key: ARQGRA-303
> URL: https://issues.jboss.org/browse/ARQGRA-303
> Project: Arquillian Graphene
> Issue Type: Feature Request
> Reporter: Lukáš Fryč
> Priority: Minor
> Fix For: 2.1-Tracking
>
>
> Test can currently fail with this message:
> {code}
> org.openqa.selenium.TimeoutException: Timed out after 2 seconds waiting for wrapped: text ('script executed') to be present in element found by By.tagName: title
> {code}
> We should:
> * provide user with current value (last known value before the test failed)
> * remove the "wrapped:" keyword, since it's misleading
--
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
12 years, 7 months
[JBoss JIRA] (ARQGRA-117) Create JBoss Forge plugin for Graphene
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-117?page=com.atlassian.jira.plugin... ]
Lukáš Fryč updated ARQGRA-117:
------------------------------
Fix Version/s: 2.1-Tracking
(was: 2.0-Tracking)
> Create JBoss Forge plugin for Graphene
> --------------------------------------
>
> Key: ARQGRA-117
> URL: https://issues.jboss.org/browse/ARQGRA-117
> Project: Arquillian Graphene
> Issue Type: Task
> Components: integration
> Reporter: Lukáš Fryč
> Priority: Critical
> Labels: devconf
> Fix For: 2.1-Tracking
>
>
> This could be rather Arquillian/Drone plugin.
> Requirements:
> * scaffolding new Graphene project
> * start remote selenium server (ARQ-1032)
> * ability to export @Deployment
> ** the export of deployment is afaik done in Arquillian Forge plugin
> * ability to deploy @Deployment (export + deploy) (ARQGRA-213)
--
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
12 years, 7 months
[JBoss JIRA] (ARQGRA-330) Graphene 2.0.0.Alpha4 is not compatible with Drone 1.2.0.Beta1 when using Android driver
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-330?page=com.atlassian.jira.plugin... ]
Lukáš Fryč resolved ARQGRA-330.
-------------------------------
Resolution: Duplicate Issue
> Graphene 2.0.0.Alpha4 is not compatible with Drone 1.2.0.Beta1 when using Android driver
> ----------------------------------------------------------------------------------------
>
> Key: ARQGRA-330
> URL: https://issues.jboss.org/browse/ARQGRA-330
> Project: Arquillian Graphene
> Issue Type: Library Upgrade
> Affects Versions: 2.0.0.Alpha4
> Reporter: Stefan Miklosovic
> Assignee: Lukáš Fryč
>
> I tried to use Drone with Graphene, versions 1.2.0.Beta1 and 2.0.0.Alpha4 respectively. I used "android" browser capability in the extension configuration of WebDriver.
> This is what I got:
> java.lang.NoClassDefFoundError: org/openqa/selenium/HasInputDevices
> at org.jboss.arquillian.graphene.context.GrapheneContext.getProxy(GrapheneContext.java:130)
> at org.jboss.arquillian.graphene.enricher.GrapheneEnricher.enrich(GrapheneEnricher.java:47)
> at org.jboss.arquillian.test.impl.TestInstanceEnricher.enrich(TestInstanceEnricher.java:52)
> at org.jboss.arquillian.container.test.impl.ClientTestInstanceEnricher.enrich(ClientTestInstanceEnricher.java:51)
> ...
> Caused by: java.lang.ClassNotFoundException: org.openqa.selenium.HasInputDevices
> The latest Drone version which works with Graphene 2.0.0.Alpha4 is Drone 1.2.0.Alpha3. My bet is that from Beta1 of Drone, it uses Selenium 2.35.0 but Graphene is behind.
--
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
12 years, 7 months
[JBoss JIRA] (ARQGRA-330) Graphene 2.0.0.Alpha4 is not compatible with Drone 1.2.0.Beta1 when using Android driver
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-330?page=com.atlassian.jira.plugin... ]
Lukáš Fryč reopened ARQGRA-330:
-------------------------------
Assignee: Lukáš Fryč
> Graphene 2.0.0.Alpha4 is not compatible with Drone 1.2.0.Beta1 when using Android driver
> ----------------------------------------------------------------------------------------
>
> Key: ARQGRA-330
> URL: https://issues.jboss.org/browse/ARQGRA-330
> Project: Arquillian Graphene
> Issue Type: Library Upgrade
> Affects Versions: 2.0.0.Alpha4
> Reporter: Stefan Miklosovic
> Assignee: Lukáš Fryč
>
> I tried to use Drone with Graphene, versions 1.2.0.Beta1 and 2.0.0.Alpha4 respectively. I used "android" browser capability in the extension configuration of WebDriver.
> This is what I got:
> java.lang.NoClassDefFoundError: org/openqa/selenium/HasInputDevices
> at org.jboss.arquillian.graphene.context.GrapheneContext.getProxy(GrapheneContext.java:130)
> at org.jboss.arquillian.graphene.enricher.GrapheneEnricher.enrich(GrapheneEnricher.java:47)
> at org.jboss.arquillian.test.impl.TestInstanceEnricher.enrich(TestInstanceEnricher.java:52)
> at org.jboss.arquillian.container.test.impl.ClientTestInstanceEnricher.enrich(ClientTestInstanceEnricher.java:51)
> ...
> Caused by: java.lang.ClassNotFoundException: org.openqa.selenium.HasInputDevices
> The latest Drone version which works with Graphene 2.0.0.Alpha4 is Drone 1.2.0.Alpha3. My bet is that from Beta1 of Drone, it uses Selenium 2.35.0 but Graphene is behind.
--
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
12 years, 7 months