Can I update the Testcase name in the BeforeMethod #2936
Unanswered
Farahala
asked this question in
Questions & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can I update the Testcase name in the BeforeMethod using Allure.getLifecycle().updateTestCase(testResult -> {
testResult.setName(testCaseName);
}); or is there is any alternative way to update the testcase name in the BeforeMethod not in the Test ?
Beta Was this translation helpful? Give feedback.
All reactions