Skip to content

The native JUnit tests cannot be executed without the prior run of JVM tests #764

@vjovanov

Description

@vjovanov

Is your feature request related to a problem? Please describe.

In projects where test suites run for hours, or days, it is unrealistic to demand that native testing is preceded with the execution on the JVM.

Additionally, the developer experience is not ideal: when testing locally, one needs to wait for both tests to see the result of their work.

Describe the solution you'd like
We need to modify JUnit in such a way that test discovery can be executed without executing the actual tests. That way we could execute the discovery at build time from the Native Build Tools plugin.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions