Log in to follow, share, and participate in this community.
Thread A Mockito extension
A Mockito extensionHi, 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...
Building Arquillian WAS ContainerPrerequisites 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...
Thread How to distribute unified recorder for the first alpha release?
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...
Arquillian GSOC 2014 proposal cleanupHey 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 ...
Arquillian-Undertow-Extension - ShrinkWrap QuestionHello, 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...
Idea for Arquillian logging extensionHey 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...
Thread Ideas how to merge Droidium for native and web tesing together?
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...
ShrinkWrap on Arquillian.orgI'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...
Arquillian Native Platform extensionHey 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...
Arquillian GWT extensionHello, 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...
Build deployments in deploy orderHi, 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...
REST Client Extension FeedbackHi 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...
Thread Is it time to write Arquillian 2.0 using Ceylon instead of Java?
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 ...
RemoteHi, 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...
Arquillian Persistence Extension + NoSQLUnitHello 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...
Arquillian Graphene 2Overview 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...
New Arquillian Drone scopes proposalHi, 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...