We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running:
public static void main(String[] args) { System.out.println(new CucumberTestEngine().getVersion()); }
This prints DEVELOPMENT
DEVELOPMENT
The actual version, 7.19.0 in this case.
7.19.0
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
Engine-Version-cucumber
The text was updated successfully, but these errors were encountered:
No branches or pull requests
π What did you see?
When running:
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#L151The text was updated successfully, but these errors were encountered: