• 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
  • Arquillian and drone Headless Linux

    Pom.xml versions <arquillian.version>1.1.2.Final</arquillian.version> <arquillian_drone.version>1.2.0.Final</arquillian_drone.version> <arquillian_warp.version>1.0.0.Alpha4</arquill...
    Profile Photo
    last modified by mrlindenwillow
  • Building Arquillian WAS Container

    Prerequisites Define WAS7_HOME, WAS8_HOME, and WAS85_HOME to point to your respective WAS installation (e.g. /opt/IBM/WebSphere/AppServer) Check out arquillian-container-was from github $ git clone git://github.com/a...
    Profile Photo
    last modified by gpoul
  • Multiple Deployments on multiple remote glassfish <group> leads to "Invalid user name or password"

    Hey there,   my environment is the following: Glassfishv4 1 (remote) running on localhost. Eclipse IDE running on localhost containing source / test code. Glassfishv4 2, running on a virtual machine. Reachabl...
    Profile Photo
    last modified by ziti
  • How to distribute unified recorder for the first alpha release?

    Hi,   this one sums up what was written on ML + other info. I just write it here all one more time and more precisely. Sorry for being too verbose.   We are trying to release this https://github.com/smiklo...
    Profile Photo
    last modified by smikloso
  • Arquillian GSOC 2014 proposal cleanup

    Hey All,   I've put Arquillian proposal from GSOC14 Ideas  to following space - https://docs.google.com/document/d/1kzfPHZyiq4hxQC188rNcened41FuswGZDQS_zx2aeuM/edit?usp=sharing   Update: Just ask for ...
    Profile Photo
    last modified by kpiwko
  • Arquillian-Undertow-Extension - ShrinkWrap Question

    Hello, maybe I should move this topic on ShrinkWrap forum, but I think this is the right place to ask because involves Arquillian too.   I am developing a container extension for undertow. Currently I am develop...
    Profile Photo
    last modified by asotobu
  • Idea for Arquillian logging extension

    Hey guys,   I've got an idea for new extension which is supposed to improve logging in Arquillian because this so far really poor (I'd like to see test names, duration of the tests, class names and so on - all o...
    Profile Photo
    last modified by pmensik
  • Ideas how to merge Droidium for native and web tesing together?

    Hi,   Droidium now consists of three groups of artifacts:   1) Android container adapter 2) Native plugin for testing native APKs by Selendroid server 3) Web plugin for testing web apps which are deploye...
    Profile Photo
    last modified by smikloso
  • ShrinkWrap on Arquillian.org

    I've been working on integrating ShrinkWrap into the Arquillian.org site. Currently we support a 'normal' scan of the Repositories which means ShrinkWrap (Archives|Resolvers|Descriptors) are included on:   * Mod...
    Profile Photo
    last modified by aslak
  • Arquillian Native Platform extension

    Hey Arquillians,   for a long time we are struggling in using tools that are not they easily available from Java world. Things like Android SDK, PhantomJS driver binary, chromedriver server binary, containers do...
    Profile Photo
    last modified by kpiwko
  • Arquillian GWT extension

    Hello,   We created an arquillian GWT extension for running GUI tests (e.g. Selenium) in GWT dev mode which we would like to share: AgiliumLabs/arquillian-gwt-dev-mode · GitHub.   Advantages of our a...
    Profile Photo
    created by roman.k
  • Injecting Spring MVC Controller from .war included in the .ear into Arquillian test

    I have a large .ear that consists of multiple .jars and multiple .war files that I am deploying into JBoss. I want to do end-to-end testing on one of the .wars' Controllers using spring-test-mvc framework, and hence n...
    Profile Photo
    last modified by kokovoj
  • Build deployments in deploy order

    Hi,   currently there is no defined order in which the deployments are processed even though there is a deployment order defined.   I'd prefer that the deployment processors like ApplicationArchiveProcesso...
    Profile Photo
    last modified by robert.panzer
  • REST Client Extension Feedback

    Hi all   Finally got some time this evening to start on ARQ-1555.  One of the main requirements here is to be able to dynamically proxy classes, rather than per class.  Based on some feedback from Asla...
    Profile Photo
    created by meetoblivion
  • Is it time to write Arquillian 2.0 using Ceylon instead of Java?

    With Ceylon announcement - http://ceylon-lang.org/blog/2013/11/12/ceylon-1/, I was thinking about following:   If Arquillian 2.0 is written in Ceylon, we could get: * Some nice features for writing Core itself ...
    Profile Photo
    last modified by kpiwko
  • Remote

    Hi, I am new to Arquillian and I'm trying to test remote EJB deployed on Glassfish 3. I've been trying to do it by creating two .war files and merging them finally in 'test.war' with ShrinkWrap. The first of them I cr...
    Profile Photo
    last modified by narkh
  • Arquillian Persistence Extension + NoSQLUnit

    Hello I have opened this thread to start talking about integration between Arquillian Persistence Extension (from now *APE*) and NoSQLUnit.   Let me introduce the part of NoSQLUnit and what it does. NoSQLUnit ha...
    Profile Photo
    created by asotobu
  • Arquillian Graphene 2

    Overview  Graphene project is designed as enhancement of Selenium / WebDriver project focused on rapid development and usability in Java environment. API is straightforward and enforces tester to write Ajax-enab...
    Profile Photo
    last modified by lfryc
  • New Arquillian Drone scopes proposal

    Hi,   I was discussing Arquillian Droidium ARQ-1557 with Stefan. As a result, I'm thinking of creating new lifecycle scopes for Drones.   Drone currently works following way: Instance is configured and ma...
    Profile Photo
    last modified by kpiwko