[Spec tests] Add property helpers to testMaps

This commit is contained in:
anastasiia.spaseeva
2020-05-06 18:18:29 +03:00
parent cbba52e43c
commit d9160a26e9
33 changed files with 265 additions and 132 deletions
@@ -56,6 +56,7 @@ object TestsJsonMapGenerator {
test.unexpectedBehavior || test.cases.byNumbers.any { it.value.unexpectedBehavior }
)
addProperty("linkType", linkType.toString())
test.helpers?.run { addProperty("helpers", test.helpers.joinToString()) }
}