• Arquillian remote Jboss UnSuccessfulOperationException: undefined

    Hi 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 &...
    Profile Photo
    last modified by yck
  • Obtaining of the server log during test method execution

    I 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...
    Profile Photo
    last modified by trohovsky
  • Visual Regressions with Drone

    Hi,   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...
    Profile Photo
    last modified by asotobu
  • Arquillian Persistence Extension Cleanup DB

    From Persistence - Arquillian - Project Documentation Editor "By default your database is entirely erased before each test."   <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apach...
    Profile Photo
    last modified by marcusdidiusfalco
  • Improving readability of arquillian.xml file

    Hello,   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 ...
    Profile Photo
    last modified by asotobu
  • Deploying a war file in extension

    Hello,   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...
    Profile Photo
    last modified by asotobu
  • Arquillian persistence extension & test run modes

    Hello,   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.
    Profile Photo
    last modified by micka33
  • Test coverage in arquillian containers

    When 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 ...
    Profile Photo
    last modified by gpoul
  • Arquillian extensions for Mock/Stub servers

    With 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...
    Profile Photo
    last modified by asotobu
  • Configuration of an Arquillian Extension

    Hello 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:       @...
    Profile Photo
    last modified by asotobu
  • Arquillian-extension-Moco

    Hello,   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...
    Profile Photo
    last modified by asotobu
  • ZipExporter creating incorrect jar archive

    Hi,   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...
    Profile Photo
    last modified by sbunciak
  • Feedback for Arquillian-JBehave extension

    Hi 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 ...
    Profile Photo
    last modified by vineet.reynolds
  • Feedback on graphene & panthomjs extension

    Hi   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...
    Profile Photo
    created by rmannibucau
  • Arquillian Groovy Script front-end

    Hi,    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...
    Profile Photo
    created by hrishi269
  • GSoC Arquillian Drone tasks

    This 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! ...
    Profile Photo
    last modified by kpiwko
  • Arquillian Mail Extension Proposal

    Hi 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...
    Profile Photo
    last modified by rbattenfeld
  • Multiple Deployments on mixed glassfish container types (local, managed, remote)

    Hey there, my setup is like described in this question: Multiple Deployments on multiple remote glassfish <group> leads to "Invalid user name or password"   My environment is the following: Glassfishv4 ...
    Profile Photo
    last modified by ziti
  • Arquillian and Jacoco: Could not create new instance of class org.jboss.arquillian.test.impl.EventTestRunnerAdaptor

    Hey there,   for our Sonarqube instance, I try to get the code coverage statistics from my arquillian integration tests through maven-jacoco and arquillian-jacoco plugin. Running a remote glassfishv4 instance. ...
    Profile Photo
    created by ziti
  • A Mockito extension

    Hi, all I create an extension to integrate mockito, topikachu/arquillian-extension-mockito · GitHub I use this extension to verify method execution, for example @Inject private FooService fooService; @Inject...
    Profile Photo
    last modified by pikachu