Skip to content

Allure Life Cycle Not Triggered When Running Tests via jar file #2862

Closed Answered by baev
santhosh0419 asked this question in Questions & Support
Discussion options

You must be logged in to vote

I just checked the issue and everything works as expected. In my setup I used Maven to create artefacts, but it should make no difference:

  1. Using maven-dependency-plugin download junit-platform-console-standalone and aspectjweaver
    <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-dependency-plugin</artifactId>
        <version>3.7.0</version>
        <executions>
            <execution>
                <id>copy</id>
                <phase>package</phase>
                <goals>
                    <goal>copy</goal>
                </goals>
            </execution>
        </executions>
        <configuration>
            <artifactItems>
                <artifactItem>
                    <groupId>org.junit.platform</g…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@baev
Comment options

baev Jan 24, 2025
Maintainer

@santhosh0419
Comment options

Comment options

You must be logged in to vote
1 reply
@santhosh0419
Comment options

Answer selected by santhosh0419
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants