Log in to follow, share, and participate in this community.
Thread Groovy native API for ShrinkWrap
Groovy native API for ShrinkWrapHi 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 {
...
arquillian android container implementationHi 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...
Thread Enabling "null" in arquillian.xml and arquillian.properties
Enabling "null" in arquillian.xml and arquillian.propertiesHello, 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...
Thread JBoss Tools switch for -Darquillian.debug=true
JBoss Tools switch for -Darquillian.debug=trueI 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...
Shaping Warp Alpha2Hey 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...
Arquillian Transaction ExtensionAll, 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...
Thread Warp: fluent API for request execution - naming
Warp: fluent API for request execution - namingWarp.execute(ClientAction).verify(ServerAssertion); There has been two proposals for name change arised recently: ServerAssertion -> ServerAction https://community.jboss.org/message/763223#763223 ...
Proposal - Interactive datasource debuggingThe 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...
PhantomJS runner project proposalIn 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...
Thread ATE: Support multiple providers per suite & transactions per @Test
ATE: Support multiple providers per suite & transactions per @TestPulling 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...
Thread ATE: Transaction behavior in @Before and @After
ATE: Transaction behavior in @Before and @AfterPulling 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...
Thread ATE: General Support for UsingDataSet/ShouldMatchData
ATE: General Support for UsingDataSet/ShouldMatchDataPulling 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...
FluentLenium integrationJan 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! ...
Thread Arquillian as Container Controller for Build Systems
Arquillian as Container Controller for Build SystemsDuring 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...
Thread Default container/group in arquillian.xml enhancements
Default container/group in arquillian.xml enhancementsHi 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...
Arquillian and Transfuse IntegrationDan 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. ...
Thread Alternative property name for browserCapabilities?
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...
Warp: alternative syntaxI 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...
JavaScript testing integrationI 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...