pandoras-toolbox

Results 33 comments of pandoras-toolbox

I figured it out: ``` ``` But I have a problem with the JUnit test. Only the first test passes, the other tests fail because of: > AllureLifecycle - Could...

It is because I have also a custom aspect implementation for AllureAssertJ in the same Gradle subproject called "common". I do not want to put each aspect into a separate...

I don't know, but in the end it did not work to make these tests running, I spent hours with finding the reason. I think I will try to create...

How to use it with Gradle? This does not work: `./gradlew allureServe --host localhost` > Unknown command-line option '--host'. The problem is that the IP address which Allure serve picks...

The version of io.qameta.allure is 2.8.1. We are still using Gradle 6.9, I think newer plugin versions require at least Gradle 7.

I upgraded the Allure plugin to 2.9.4, the option --host now can be used, thank you. But in IntelliJ it does not display anymore the Gradle tasks "allureReport" and "allureServe"....

One of the submodules with tests still has to use Java 8, the other submodules use Java 11. I checked my test setup for "junit5-jupiter-starter-gradle", Java 11 is configured there....

It should have been this version: > openjdk version "1.8.0_332" > OpenJDK Runtime Environment (Zulu 8.62.0.19-CA-macosx) (build 1.8.0_332-b09) > OpenJDK 64-Bit Server VM (Zulu 8.62.0.19-CA-macosx) (build 25.332-b09, mixed mode) I...

I can still reproduce it on the actual closed real life source project where I am working on but could not manage to reproduce it otherwise given the time I...