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
JUnit 5.8 introduced @Suite classes and a new engine to execute them. Spek is currently incompatible with them because it does not use the UniqueId passed in to TestEngine.discover for the children of the engine descriptor and instead constructs its own: https://github.com/spekframework/spek/blob/2.x/spek-runner-junit5/src/main/kotlin/org/spekframework/spek2/junit/SpekTestDescriptor.kt#L20
@Suite
UniqueId
TestEngine.discover
The text was updated successfully, but these errors were encountered:
Hi @raniejade
Having proper UniqueId support would help people using Gradle to use features such as test retries, predictive test selection and test distribution
Wondering if you have any thoughts on this?
Sorry, something went wrong.
No branches or pull requests
JUnit 5.8 introduced
@Suite
classes and a new engine to execute them. Spek is currently incompatible with them because it does not use theUniqueId
passed in toTestEngine.discover
for the children of the engine descriptor and instead constructs its own:https://github.com/spekframework/spek/blob/2.x/spek-runner-junit5/src/main/kotlin/org/spekframework/spek2/junit/SpekTestDescriptor.kt#L20
The text was updated successfully, but these errors were encountered: