Log in to follow, share, and participate in this community.
Thread Arquillian + JEE container is too slow
Arquillian + JEE container is too slowI think that Arquillian is a great project. Anyway I failed to adopt it in my enterprise level application because of a couple of drawbacks. First, the idea to deploy just some classes using shrinkwrap could b...
Arquillian remote Jboss UnSuccessfulOperationException: undefinedHi Folks, I can execute my tests in localhost Jboss7.2 However the same tests does not execute on a remote machine. I get the following exception. Since there is not really much information in the exception &...
Thread Obtaining of the server log during test method execution
Obtaining of the server log during test method executionI would like to obtain the server log during test method execution. It would be good to obtain only messages logged after the beginning of the method and before the end of the method. It would be useful for me because...
Visual Regressions with DroneHi, today I was reading a project called Huxley (https://github.com/facebook/huxley) that basically it can be used to record page navigation and take screenshots of each page. The first time these images are r...
Thread Improving readability of arquillian.xml file
Improving readability of arquillian.xml fileHello, today I have been thinking about arquillian.xml file and although in general I find it a really good file, there is one thing that I think that it is a bit verbose, and it is when you set confiugration ...
Deploying a war file in extensionHello, I am deploying an arquillian-extension which basically apart from creating some resources for the users (so they don't need to repeat the same code for all tests), it deploys a war as well to the server...
Thread Arquillian persistence extension & test run modes
Arquillian persistence extension & test run modesHello, I would like to know if the arquillian persistence extension is supposed to work when running tests in client mode. (@Deployment(testable = false)) Regards. Michaël.
Test coverage in arquillian containersWhen testing an arquillian container implementation I currently have a single arquillian.xml in the test part of the container module. To get better test coverage I would like to test with different variations of the ...
Thread Arquillian extensions for Mock/Stub servers
Arquillian extensions for Mock/Stub serversWith the advent of Rest APIs a new group of test frameworks has appeared to test them. Testing Rest API from the point of view of producers are relatively easy, using for example arquillian-rest-extension. But from th...
Configuration of an Arquillian ExtensionHello I am developing an extension and I need that users configure some parameters. I have done next steps: Create a MocoConfigurator class which listens for arquillian descriptor:
@...
Arquillian-extension-MocoHello, I am developing an arquillian extension. Concretly I am developing the arquillian-extension-moco (https://github.com/arquillian/arquillian-extension-moco). This extension in summary contains a LoadableE...
ZipExporter creating incorrect jar archiveHi, I'm trying to implement my own Container Adapter, and I'm having troubles with ZipExporter. this snippet:
archive.as(ZipExporter.class).exportTo(new File("/home/sbunciak/s-ramp-exporter.jar"), tr...
Feedback for Arquillian-JBehave extensionHi Guys, I've been working on an Arquillian-Jbehave extension to enable BDD tests to run in-container, and it's more or less ready for an Alpha1 release. But before that, I'd like some feedback on ...
Feedback on graphene & panthomjs extensionHi here some feedbacks about my today's usage of graphene with PhantomJS: 1) path for ReusedSessionPernamentFileStorage file can't be configured from arquillian.xml (only a syst prop) cause of org.jbos...
Arquillian Groovy Script front-endHi, This is the first time Im applying to GSOC. I am really interested in working in the Arquillian Droidium project but after my conversation with Stefan Miklosovic I got to know that the project wasnt g...
GSoC Arquillian Drone tasksThis discussion thread is created to share resources needed to develop Arquillian Drone task. Let me introduce Aleksey Shilin, which is interested in improving Arquillian Drone in Google Summer of Code 2012! ...
Arquillian Mail Extension ProposalHi Aslak I am using in my company since quite a long time a mail test framework based on greenmail. Its an easy an powerful test mail framework. I developed already an resource adapter which hosts greenmail se...