question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

switching kotest.framework.dump.config to false in kotest.properties has no effect

See original GitHub issue

Which 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:open
  • Created a year ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
Kantiscommented, Nov 16, 2022

Updated the original description with the required change.

0reactions
AnouarDoukkalicommented, Nov 16, 2022

@sksamuel I think yes. since the documentation suggest to set the value to true

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found