-
In the "Testing Java Peristence" guide it says
> Alternatively, you can skip the DataSource configuration and simply include the database connection information directly in test-persistence.xml usi…
-
I have this code:
``` java
@UsingDataSet( "applications_populate.yml" )
@Cleanup( phase = TestExecutionPhase.NONE )
@Test()
public void testpersistWithaApplyScriptBefore() throws Exception {…
-
Running APE with Wildfly Swarm throws an exception.
The exception is
```
ava.lang.IllegalStateException: No org.jboss.arquillian.container.test.spi.command.CommandService found in context
at o…
-
```
In order to integrate with Spock Arquillian better - , we need a way how to
access JUnit RunNotifier to add a new RunListener for our annotation based
extension. The idea is to "fire" BeforeSuit…
-
Hi!
I am having difficulties to get a working version of cukespaces. When working with 1.6.1, my test cannot connect to Wildfly.
So I tried the current project (1.6.2-SNAPSHOT). But when doing maven …
-
```
In order to integrate with Spock Arquillian better - , we need a way how to
access JUnit RunNotifier to add a new RunListener for our annotation based
extension. The idea is to "fire" BeforeSuit…
-
Cannot use in **Netbeans** @ArquillianSuiteDeployment because of followed issue
```
-------------------------------------------------------
T E S T S
---------------------------------------------…
0k00l updated
3 years ago
-
I am unable to run the Microservices App from fabric-console.Below are the details to reproduce the issue.
- Create New App
- Select Microservice -> Next
- Name for the project "batman" ->Next
-…
-
##### java.lang.IllegalStateException: The Graphene runtime isn't initialized.
Issue happens when running testng parallel tests.
##### Test should run in parallel
##### Test fails with the th…
-
Hi arquillian-team,
the last days I was trying to update my **arquillian-bom** (https://mvnrepository.com/) from 1.5.0.Final to 1.6.0.Final. But when I updated it, my tests (which were working befo…