dokka icon indicating copy to clipboard operation
dokka copied to clipboard

[K2] Add an integration test for jvm-only project

Open vmishenev opened this issue 2 years ago • 2 comments
trafficstars

For the JVM integration testing, we have only small projects (it-basic, it-collector). We need to choose a multimodule JVM-only project to test K2 without MPP.

Also, it can dump a Documentable model to compare.

vmishenev avatar Aug 21 '23 19:08 vmishenev

Also, it would be nice to have Kotlin/Java mixed project. For example, it could help to find a recent bug with concurrency https://github.com/Kotlin/dokka/pull/3143.

vmishenev avatar Oct 06 '23 17:10 vmishenev

This is only useful if we're going to compare HTML or the documentable model.

IgnatBeresnev avatar Apr 26 '24 12:04 IgnatBeresnev

With the implementation of DGPv2, new integration tests were added, including ones that compare HTML output (#3821). If needed, new tests might be added using the same technique.

whyoleg avatar Aug 05 '25 12:08 whyoleg