Skip to content

CucumberTestEngine.getVersion returns DEVELOPMENTΒ #2936

Closed
@mpkorstanje

Description

@mpkorstanje

πŸ‘“ What did you see?

When running:

    public static void main(String[] args) {
        System.out.println(new CucumberTestEngine().getVersion());
    }

This prints DEVELOPMENT

βœ… What did you expect to see?

The actual version, 7.19.0 in this case.

πŸ“š Any additional context?

JUnit Check the manifest for Engine-Version-cucumber to find a version. We can use that to set the version. See https://github.com/junit-team/junit5/blob/f7b7975418275e17e3f7570445908fbfdad6c14a/junit-platform-engine/src/main/java/org/junit/platform/engine/TestEngine.java#L151

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions