DB
DB
This is an amazing product and grateful to all the contributors for their time and effort. I have used **mockserver** in integration tests, and I was exploring more capabilities. Correct...
Just sharing one of the findings hopefully will be helpful since as mention [here](https://github.com/bernaferrari/GradleKotlinConverter#-things-it-still-cant-do) settings.gradle file ```groovy dependencyResolutionManagement { versionCatalogs { libs { version('kotlinVersion', '1.8.0') plugin('kotlin.jvm', 'org.jetbrains.kotlin.jvm').versionRef('kotlinVersion') } } }...
**_Non critical_** Not working: [table_driven_testing.md](https://github.com/kotest/kotest/blob/92091b869f3a8649cb9f6eed292222a0cd899cab/documentation/docs/assertions/table_driven_testing.md) is added under assertions section, but it is not browsable from https://kotest.io/docs/assertions. Working: We can search and land to the page: https://kotest.io/docs/assertions/table_driven_testing/#define-a-table-in-code Is `datatesting` section...