switching kotest.framework.dump.config to false in kotest.properties has no effect
See original GitHub issueWhich version of Kotest are you using 5.5.3
property kotest.framework.dump.config=false still print the configuration
Change DumpConfigInterceptor to only dump config if kotest.framework.dump.config
is set to true
(ignoring case)
Issue Analytics
- State:
- Created a year ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Issues · kotest/kotest - GitHub
switching kotest.framework.dump.config to false in kotest.properties has no effect Good First Issue Good first issue for newcomers to the project.
Read more >Changelog - Kotest
To enable, set the system property kotest.framework.dump.config to true. ... Previously it was available on other targets but had no effect outside the...
Read more >Framework configuration properties - Kotest
object KotestEngineProperties { const val scriptsEnabled = "kotest.framework.scripts.enabled" const val dumpConfig = "kotest.framework.dump.config"
Read more >Project Level Config - Kotest
Kotest is flexible and has many ways to configure tests, such as configuring the order of tests inside a spec, or how test...
Read more >Fail On Empty Test Suite - Kotest
If this is set to true and a module has no tests executed then the build will fail. class ProjectConfig : AbstractProjectConfig() {...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Updated the original description with the required change.
@sksamuel I think yes. since the documentation suggest to set the value to true