[Spec tests] Add path element at testMaps for main links also

This commit is contained in:
anastasiia.spaseeva
2020-04-20 14:48:17 +03:00
parent d94c212a60
commit 3a46b5a45a
106 changed files with 679 additions and 6 deletions
@@ -67,7 +67,7 @@ object TestsJsonMapGenerator {
collectInfoFromTestsTemp(
testsMap = testsMap,
specTest = specTest,
testInfoForMainLink = getTestInfo(specTest),
testInfoForMainLink = getTestInfo(specTest, file, LinkType.MAIN),
testInfoForPrimaryLink = getTestInfo(specTest, file, LinkType.PRIMARY),
testInfoForSecondaryLink = getTestInfo(specTest, file, LinkType.SECONDARY)
)