-
Tried on IntelliJ. When I have a project with both features and common unit tests, the features get executed, but the other tests don't. If I comment @RunWith(Cucumber.class) from the RunCukes, other …
-
Hello,
undeploy is not working from gradle.
I've created a small test project:
https://github.com/vlad-mk/arquillian-suite-gradle
With maven everything is OK.
With gradle the event "(E) AfterSuite…
-
We use the JUnit 4 Ant task for all of our JUnit tests (well over 75k tests). We have the need to add a custom RunListener that will be invoked for every test we execute. I looked at how the listene…
-
When running `mvn clean install -PautoInstallPackage,integrationTests` I see the following output in the maven log, and it appears the integration tests are executing twice.
```
2421 [main] INFO org.…
-
We're experiencing an issue with concurrent builds where Jenkins appears to be associating separate builds (run on different machines) such that they won't be marked as completed until all jobs are co…
timja updated
5 years ago
-
You can trick Composer to work with Orchestrator right now, but more official solution would be better.
Also, as we've measured in #66 instrumenting each test separately can add 3-5 seconds overhea…
-
Oft Raft tests timeout waiting for the log stream service to close in the after method of the `RaftRule`. The log shows a timeout while closing the raft and that the rule blocks while closing the log …
-
Depending on the **field name** of the ExpectedException rule, the rule works or breaks when used in conjunction with a TestWatcher. More details, as well as a test case demonstrating the faulty behav…
-
While building https://github.com/xwiki/xwiki-platform/tree/master/xwiki-platform-core/xwiki-platform-oldcore with vintage 4.12.0-M4 I get the error:
"The forked VM terminated without properly say…
-
Hi,
Serenity-core and serenity-junit version is 1.8.2
I am using `StepListening` for some integration and looking for method that indicates all tests set is executed and report generating is started…