How should I customize the field values displayed on the front-end page? #2106
Answered
by
baev
bibiHY
asked this question in
Questions & Support
-
Beta Was this translation helpful? Give feedback.
Answered by
baev
Sep 11, 2023
Replies: 1 comment
-
There are two options available:
void testSomething(@Param("Human-readable parameter name") String param1) {
// ...
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
baev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are two options available:
-parameters
compiler option. That way, the real parameter names will be used instead ofargN
io.qameta.allure.Param
annotation: