Yuan Lin
02/27/2019, 10:02 PMfocus
test works for StringSpec
but not FeatureSpec
since it’s a startWith
match on case name but we have prefix on FeatureSpec
addTestCase(createTestName("Feature: ", name)
also looks focus only works on top level testcases so it won’t work for a second level scenario
?