Skip to content

How should I customize the field values displayed on the front-end page? #2106

Discussion options

You must be logged in to vote

There are two options available:

  1. Use -parameters compiler option. That way, the real parameter names will be used instead of argN
  2. Use io.qameta.allure.Param annotation:
void testSomething(@Param("Human-readable parameter name") String param1) {
    // ...
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by baev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants