[
https://issues.jboss.org/browse/ARQGRA-213?page=com.atlassian.jira.plugin...
]
Lukáš Fryč commented on ARQGRA-213:
-----------------------------------
We will write blog on how to achieve this with various tools.
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
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