Closed
Description
The current Test Template generates JUnit test cases with names similar to "[Browser [type=chrome, version=latest]]". This is often just fine in an IDE where there is context about the test method that was executed, but when uploading the xml
test results to other consumers it becomes difficult to tell the different test cases apart. This could be improved by including the test method name in the generated JUnit test case name. It would be even nicer to allow the developer to customize the display names for their own needs (similar to a JUnit @ParameterizedTest).