You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show fully qualified name of the test in the test output instead of just function name. This will increase the readability of test output by including the class name of the test (especially when nested classes are used).
Actual behavior
Only the function of the test name is displayed (class name especially nested class names are not displayed).
Eg.
PASSED: test_customerImageStatus
Is the issue reproducible on runner?
Shell
Maven
Gradle
Ant
Eclipse
IntelliJ
NetBeans
Test case sample
Any test case should show this.
Contribution guidelines
Incase you plan to raise a pull request to fix this issue, please make sure you refer our Contributing section for detailed set of steps.
The text was updated successfully, but these errors were encountered:
TestNG Version
Expected behavior
Show fully qualified name of the test in the test output instead of just function name. This will increase the readability of test output by including the class name of the test (especially when nested classes are used).
Actual behavior
Only the function of the test name is displayed (class name especially nested class names are not displayed).
Eg.
Is the issue reproducible on runner?
Test case sample
Any test case should show this.
Contribution guidelines
Incase you plan to raise a pull request to fix this issue, please make sure you refer our Contributing section for detailed set of steps.
The text was updated successfully, but these errors were encountered: