You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By setting the Engine-Version-cucumber attribute to the current version
TestEngine.getVersion will return the correct version instead of
development.
Fixes: ##2936
By setting the Engine-Version-cucumber attribute to the current version
TestEngine.getVersion will return the correct version instead of
development.
Fixes: ##2936
By setting the Engine-Version-cucumber attribute to the current version
TestEngine.getVersion will return the correct version instead of
development.
Fixes: ##2936
By setting the Engine-Version-cucumber attribute to the current version
TestEngine.getVersion will return the correct version instead of
development.
Fixes: ##2936
π 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: