Skip to content

Commit

Permalink
replace random uuid with testName as testCaseId value so that Allure …
Browse files Browse the repository at this point in the history
…TestOps can link the same tests from different runs (#13)
  • Loading branch information
MuTalKing authored Jul 17, 2023
1 parent 1c8c1b5 commit 7566ff0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ internal object InternalUtil {
description = meta.allDescriptions

fullName = test.descriptor.bestName().allureMetaCleanUp() + index
testCaseId = test.descriptor.id.value.allureMetaCleanUp() + index
testCaseId = test.descriptor.bestName().allureMetaCleanUp() + index
historyId = test.descriptor.bestName().allureMetaCleanUp() + index
labels = testCaseLabels(test, meta)
links = meta.allLinks
Expand Down

0 comments on commit 7566ff0

Please sign in to comment.