[JBoss JIRA] (ARQ-1260) print contextpath and option to sleep after starting the @Deployment
by Karel Piwko (JIRA)
[ https://issues.jboss.org/browse/ARQ-1260?page=com.atlassian.jira.plugin.s... ]
Karel Piwko updated ARQ-1260:
-----------------------------
Affects Version/s: 1.0.3.Final
Component/s: Base Implementation
> print contextpath and option to sleep after starting the @Deployment
> --------------------------------------------------------------------
>
> Key: ARQ-1260
> URL: https://issues.jboss.org/browse/ARQ-1260
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Base Implementation
> Affects Versions: 1.0.3.Final
> Reporter: Mark Struberg
> Assignee: Lukáš Fryč
>
> Most graphene unit test have a @Deployment section and something similar to the following:
> {code}
> @ArquillianResource
> private URL contextPath;
> {code}
> When debugging the Server for finding the bug in the webapp it's often needed to manually click through the application and invoke requests directly. But to do that you need the contextpath! It would be nice if Arquillian Graphene would log this information.
> Another highly useful feature would be to stop the test after a @Deployment via a -D java option. Currently I need to add a Thread.sleep(600000L) to my test manually if I like to test the server. If I don't do that Selenium aborts the test with a failure after 30s if I'm debugging the server.
--
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
[JBoss JIRA] (ARQ-1260) print contextpath and option to sleep after starting the @Deployment
by Karel Piwko (JIRA)
[ https://issues.jboss.org/browse/ARQ-1260?page=com.atlassian.jira.plugin.s... ]
Karel Piwko moved ARQGRA-213 to ARQ-1260:
-----------------------------------------
Project: Arquillian (was: Arquillian Graphene)
Key: ARQ-1260 (was: ARQGRA-213)
Security: Public
Fix Version/s: (was: 2.0-Tracking)
> print contextpath and option to sleep after starting the @Deployment
> --------------------------------------------------------------------
>
> Key: ARQ-1260
> URL: https://issues.jboss.org/browse/ARQ-1260
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Mark Struberg
> Assignee: Lukáš Fryč
>
> Most graphene unit test have a @Deployment section and something similar to the following:
> {code}
> @ArquillianResource
> private URL contextPath;
> {code}
> When debugging the Server for finding the bug in the webapp it's often needed to manually click through the application and invoke requests directly. But to do that you need the contextpath! It would be nice if Arquillian Graphene would log this information.
> Another highly useful feature would be to stop the test after a @Deployment via a -D java option. Currently I need to add a Thread.sleep(600000L) to my test manually if I like to test the server. If I don't do that Selenium aborts the test with a failure after 30s if I'm debugging the server.
--
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
[JBoss JIRA] (ARQGRA-252) Protect manually found WebElements from StaleElementReferenceException
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-252?page=com.atlassian.jira.plugin... ]
Lukáš Fryč updated ARQGRA-252:
------------------------------
Description:
In scope of ARQGRA-233, we have protected injected elements ({{@FindBy}}).
However we should protect also elements found manually: {{SearchContext#findElement/-s()}}
This can be done by interceptor's propagation to inferred SearchContexts (driver -> element - > element).
This issue depends on interceptor propagation in ARQGRA-79.
was:
In scope of ARQGRA-233, we have protected injected elements ({{@FindBy}}).
However we should protect also elements found manually: {{SearchContext#findElement/-s()}}
This can be done by interceptor's propagation to inferred SearchContexts (driver -> element - > element).
> Protect manually found WebElements from StaleElementReferenceException
> ----------------------------------------------------------------------
>
> Key: ARQGRA-252
> URL: https://issues.jboss.org/browse/ARQGRA-252
> Project: Arquillian Graphene
> Issue Type: Enhancement
> Reporter: Lukáš Fryč
> Fix For: 2.0-Tracking
>
>
> In scope of ARQGRA-233, we have protected injected elements ({{@FindBy}}).
> However we should protect also elements found manually: {{SearchContext#findElement/-s()}}
> This can be done by interceptor's propagation to inferred SearchContexts (driver -> element - > element).
> This issue depends on interceptor propagation in ARQGRA-79.
--
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
[JBoss JIRA] (ARQGRA-252) Protect manually found WebElements from StaleElementReferenceException
by Lukáš Fryč (JIRA)
Lukáš Fryč created ARQGRA-252:
---------------------------------
Summary: Protect manually found WebElements from StaleElementReferenceException
Key: ARQGRA-252
URL: https://issues.jboss.org/browse/ARQGRA-252
Project: Arquillian Graphene
Issue Type: Enhancement
Reporter: Lukáš Fryč
Fix For: 2.0-Tracking
In scope of ARQGRA-233, we have protected injected elements ({{@FindBy}}).
However we should protect also elements found manually: {{SearchContext#findElement/-s()}}
This can be done by interceptor's propagation to inferred SearchContexts (driver -> element - > element).
--
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
[JBoss JIRA] (ARQGRA-213) print contextpath and option to sleep after starting the @Deployment
by Karel Piwko (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-213?page=com.atlassian.jira.plugin... ]
Karel Piwko commented on ARQGRA-213:
------------------------------------
We plan to add browser information to INFO into Drone. However, writing deployment url is something container related (Drone does not have to use deployment at all) and thus be a part of Arquillian container implementation.
> print contextpath and option to sleep after starting the @Deployment
> --------------------------------------------------------------------
>
> Key: ARQGRA-213
> URL: https://issues.jboss.org/browse/ARQGRA-213
> Project: Arquillian Graphene
> Issue Type: Feature Request
> Reporter: Mark Struberg
> Assignee: Lukáš Fryč
> Fix For: 2.0-Tracking
>
>
> Most graphene unit test have a @Deployment section and something similar to the following:
> {code}
> @ArquillianResource
> private URL contextPath;
> {code}
> When debugging the Server for finding the bug in the webapp it's often needed to manually click through the application and invoke requests directly. But to do that you need the contextpath! It would be nice if Arquillian Graphene would log this information.
> Another highly useful feature would be to stop the test after a @Deployment via a -D java option. Currently I need to add a Thread.sleep(600000L) to my test manually if I like to test the server. If I don't do that Selenium aborts the test with a failure after 30s if I'm debugging the server.
--
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