Can someone help me to understand why I can't run ...
# kotest
p
Can someone help me to understand why I can't run the tests that have the
.config
property? 1. I don't see the green button to run the
context
with config 2. When I run the
it
block inside the context - it is skipped with the log:
with required fields is excluded by filter(s)
3. I'm using the Kotest plugin
s
Which spec type
p
DescribeSpec
s
There might be a missing case in the plugin. I will fix.
k
Is there also a documentation issue? The
context
function is documented as available in several individual spec styles, but not for
DescribeSpec
.
s
Which page?
s
updated thanks