kotest
kotest copied to clipboard
Hi, it is question about AND in THEN scope.
Please describe here what you would like to see documented. Here is the issue about that - https://github.com/kotest/kotest/issues/594
But I tried it on my project and it worked like a charm. Maybe you can upgrade documentation about AND in THEN scope ?
Or there are still problems with that approach ?

You shouldn't nest And inside Then because Then is a final state scope. This will probably break in a future release.