• Groovy native API for ShrinkWrap

    Hi everyone,   I have started a project to create a Groovy API for ShrinkWrap and ShrinkWrap descriptors: https://github.com/shrinkwrap/shrinkwrap-groovy   It looks like this: class ExampleDeploy { ...
    Profile Photo
    created by carlossierra
  • arquillian android container implementation

    Hi all,   I started to code a container for android devices, I just took the whole concept of Arquillian - creating archive locally, deploying it to the container which enriches it and tests are executed - to th...
    Profile Photo
    last modified by smikloso
  • Enabling "null" in arquillian.xml and arquillian.properties

    Hello,   sometimes, there is a need to store null in arquillian.xml or arquillian.properties.   This need raises when you use Maven filtering but for some combinations you want to remove a property altoge...
    Profile Photo
    last modified by kpiwko
  • JBoss Tools switch for -Darquillian.debug=true

    I have idea that JBoss Tools can contain switch which will turn on Arquillian debugging output with both, tests and container.   That way, developer will be provided with detailed information about Arquillian te...
    Profile Photo
    last modified by lfryc
  • Shaping Warp Alpha2

    Hey everyone,   I went through Warp issues and scheduled them to:   warp_1.0.0.Alpha2 warp_1.0.0.tracking (Issues to be likely addressed in scope of 1.0) warp_1.next (Features and issues to be included i...
    Profile Photo
    last modified by lfryc
  • Arquillian Transaction Extension

    All,   As a member of the JBoss Transactions team, I've spent some time looking at the transaction extension. From what I have seen so far, I can certainly say that it looks interesting! I have a few queries tha...
    Profile Photo
    last modified by paul.robinson
  • Warp: fluent API for request execution - naming

    Warp.execute(ClientAction).verify(ServerAssertion);   There has been two proposals for name change arised recently:   ServerAssertion -> ServerAction https://community.jboss.org/message/763223#763223 ...
    Profile Photo
    last modified by lfryc
  • Proposal - Interactive datasource debugging

    The problem  In order to debug the state of your database during test execution, you'll often need to execute a chain of expressions in your remote debugging environment. For instance, you might have a reference...
    Profile Photo
    created by vineet.reynolds
  • PhantomJS runner project proposal

    In order to run your UI tests headlessly, you can always use HtmlUnitDriver as Selenium backend.   However HtmlUnit suffers from real-world issues:   artifical JavaScript runtime (Rhino) hard time with de...
    Profile Photo
    last modified by lfryc
  • ATE: Support multiple providers per suite & transactions per @Test

    Pulling out into a separate discussion from: https://community.jboss.org/message/777483   Problem Currently you can only have one transaction provider per test suite. This is because the particular provider is fo...
    Profile Photo
    last modified by paul.robinson
  • ATE: Transaction behavior in @Before and @After

    Pulling out into a separate discussion from: https://community.jboss.org/message/777483   Problem Currently the Arquillian Transaction Extension (ATE) starts the transaction before invoking @Before and then compl...
    Profile Photo
    last modified by paul.robinson
  • ATE: General Support for UsingDataSet/ShouldMatchData

    Pulling out into a separate discussion from: https://community.jboss.org/message/777483   Problem The Arquillian Persistence Extension (APE) has a facility for specifying what the DB should look like before and a...
    Profile Photo
    created by paul.robinson
  • FluentLenium integration

    Jan Papousek and Mathilde Lemee hacked on an integration between Arquillian Drone and FluentLenium last week at Hackergarten. In the spirit of the event, they committed a working prototype by the days end! Nice work! ...
    Profile Photo
    last modified by dan.j.allen
  • Arquillian as Container Controller for Build Systems

    During the hackergarten at Devoxx I sat down with Hans Dockter (mr gradle) and discussed how / what Arquillian and Gradle could do together. The conclusion was basically that the Gradle team does not have the resource...
    Profile Photo
    last modified by aslak
  • Default container/group in arquillian.xml enhancements

    Hi All,   while implementing Lukas Fryc's new configuration pattern for better IDE support for Arquillian, I've noticed that current mapping between container and container's configuration is a pita.   The...
    Profile Photo
    last modified by kpiwko
  • Arquillian and Transfuse Integration

    Dan Allen, Aslak Knutsen and I had a quick conversation today regarding integration with Transfuse and wanted to share the idea with the community with the hope of further discussion, ideas, collaboration, etc.  ...
    Profile Photo
    last modified by johncarl81
  • Alternative property name for browserCapabilities?

    I understand the the W3C (or Selenium) has adopted the term "browserCapabilities" for the string that identifies a browser based on the coordinates of name, version and platform. However, I think this property name is...
    Profile Photo
    last modified by dan.j.allen
  • Warp: alternative syntax

    I was thinking about how we could make client/server interaction with Warp more pleasant:   Sequence of methods: https://gist.github.com/3951243   This would work only in case of ordering of methods ensur...
    Profile Photo
    last modified by lfryc
  • Fixing the semantics of the qualifier attribute in the extension configuration

    Now that I see it's possible to have qualified extension configurations, I think we need to revisit the choice of attribute names for identifiying an extension configuration.   Here's an example of the webdriver...
    Profile Photo
    created by dan.j.allen
  • JavaScript testing integration

    I have realized recently that I'm thinking about same question like other folks here:   What if Arquillians could be able to test JavaScript as easily as Java?   (Note that I’m limited here on runnin...
    Profile Photo
    last modified by lfryc