Log in to follow, share, and participate in this community.
Thread arquillian.xml: load properties from file
arquillian.xml: load properties from fileHi, Is there a way to use settings stored in a properties file in arquillian.xml? What I want to archive: I've to set the "schema" property value within the "persistence-dbunit" extension to a non-static ...
Thread Get container common configuration in arquillian test
Get container common configuration in arquillian testHey guys! I have problem when running server task in manual mode when tearDown() method is invoked e.g. @Override public void tearDown(ManagementClient managementClient, String ...
Thread On BDD framework integration - easyb / Spock
On BDD framework integration - easyb / SpockGreetings Arquillians! I came across discussion about Spock and easyb integration on the irc log from #jbosstesting. I know that there is a github repo with initial integration with Spock. I'm keen to contribu...
Graphene: renaming @FindBy(jquery)We have discussed change of an API for location of elements by @FindBy(jquery = "selector") in a dedicated thread: https://community.jboss.org/thread/232112 As a most viable option was chosen custom annotation princi...
Thread Liferay maven multimodule project using arquillian
Liferay maven multimodule project using arquillianHi I am working multi-module liferay maven project.I have 5 projects 4 portlets and 1 hook,all are having service builder classes.Some portlets are having service layer,this service layer is used by other port...
Thread Is it possible to customize the org.jboss.arquillian.container.was.remote_8.WebSphereRemoteContainer to get ProtocolMetaData(HTTPContext info) without the admin client connecting through the SOAP
Is it possible to customize the org.jboss.arquillian.container.was.remote_8.WebSphereRemoteContainer to get ProtocolMetaData(HTTPContext info) without the admin client connecting through the SOAP
Thread Help with creating Cassandra and ElasticSearch plugins
Help with creating Cassandra and ElasticSearch pluginsHey guys, I'm the lead engineer for Apache Usergrid http://usergrid.incubator.apache.org/ . For the past couple of weeks I've been cleaning up our tests. Our lifecycle is an absolute nightmare with our d...
arquillian graphene ajax integrationHi there Can someone point me to correct example of Arquillian Graphene AJAX guard API integration? THanks for your help. Nk
Test runner delegation chainArquillian prides itself on allowing the developer to run the tests from their IDE or build tool without any special plugins. At the very least with JUnit, I propose that we support a chain of custom runners so that w...
Visual testing tool - request for feedbackHello all, I am here to kindly ask you guys for a feedback for my recent developments of visual testing tool. I would like to achieve following: Create a tool and enhance a process for visual testing of web a...
Configuring Aspectj in the surefire-pluginHello all, I am trying to configure the surefire-plugin in order to run my AspectJ - Arquillian test. Here is my configuration, but it seems it does not work: <depen...
Thread how Arquillian Supports multiple JavaArchive Deployments?
how Arquillian Supports multiple JavaArchive Deployments?I'm using Arquillian and TestNG to test java CDI components,such as DB service layer based on Mybatis. Hope that one TestNG unit correspond to one DB service. Use maven command: mvn test -Dtest=XXXService ,it worke...
Thread Arquillian persistence extension and Data-Driven Testing approach
Arquillian persistence extension and Data-Driven Testing approachHi, Is there any possibility to use 'Arquillian persistence extension' in Data-Driven Testing approach? I am using TestNG framework and I have some test methods annotated with @Test(dataProvider = "ran...
Thread Arquillian without build tools (neither Ant nor Maven .. )
Arquillian without build tools (neither Ant nor Maven .. )I am trying to write my first JUnit test using Arquillian , I have gone through different tutorials with maven but I wanted to run a unittest without using maven or ant . Is it possible? I have created dynamic web p...
Arquillian Drone / illegalStateException (js)Hi all, by a simple test of the login of my JSF Application i always get an IllegalStateException: java.lang.IllegalStateException: Can't open the 'Graphene.Page.RequestGuard.js' resource. It i...
Thread Run test with two runners: Arquillian and Powermock
Run test with two runners: Arquillian and PowermockHi everybody! I have a some problem. I have to use both runner: arquillian and powermock. But @RunWith may be only once time. I try to use annotation @Rule for start Powermock but I'm having an error:
...
Thread Anyone using Tomcat Managed containers with Windows?
Anyone using Tomcat Managed containers with Windows?The reason I ask is that these components appear to be passing "/" path separators to the new process that is created to run Tomcat, and I don't think that will work under Windows. (Un)fortunately I don't have...