[JBoss JIRA] (ARQ-737) Support Byteman Rules in client mode
by Aslak Knutsen (JIRA)
Aslak Knutsen created ARQ-737:
---------------------------------
Summary: Support Byteman Rules in client mode
Key: ARQ-737
URL: https://issues.jboss.org/browse/ARQ-737
Project: Arquillian
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Extension - Byteman
Affects Versions: byteman_1.0.0.Alpha1
Reporter: Aslak Knutsen
Fix For: byteman_1.0.0.next
Byteman needs to attach itself to the Test VM as well as the Server VM.
{code}
@Test @RunAsClient
@BMRule(
name = "rule", targetClass = "org.hornetq.core.postoffice.impl.PostOfficeImpl", targetMethod = "processRoute", action = "System.out.println("Hi, it's working.");")
public void test() {
...
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (ARQ-977) Integrate Geb into Arquillian Drone as a browser driver
by Dan Allen (JIRA)
Dan Allen created ARQ-977:
-----------------------------
Summary: Integrate Geb into Arquillian Drone as a browser driver
Key: ARQ-977
URL: https://issues.jboss.org/browse/ARQ-977
Project: Arquillian
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Extension - Drone
Reporter: Dan Allen
Assignee: Karel Piwko
Integrate Geb, very groovy browser automation, into Arquillian Drone.
Geb brings together the power of WebDriver, the elegance of jQuery content selection, the robustness of Page Object modelling and the expressiveness of the Groovy language.
Geb is already integrated with testing frameworks such as Spock, JUnit, TestNG, EasyB and Cuke4Duke. It's designed with test runner integration in mind, so it should work well as a Drone extension.
The integration would at least provide:
* Initialization of the Geb driver from the Arquillian configuration
* Injectable Geb driver object
See http://www.gebish.org/manual/current/testing.html for more information about how to use Geb for testing.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months