Closed
Description
π 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