awesome thank you very much for all the work <@U12...
# kotlintest
y
awesome thank you very much for all the work @sam I wish I can help as well but I have no experience on intellij plugin as well. But do let me know if I can help with other stuff. One thing I notice is the
focus
test works for
StringSpec
but not
FeatureSpec
since it’s a
startWith
match on case name but we have prefix on
FeatureSpec
Copy code
addTestCase(createTestName("Feature: ", name)
also looks focus only works on top level testcases so it won’t work for a second level
scenario
?