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
@@ -161,26 +161,6 @@ You can refer the given [test examples](src/test/java/com/hackerrank/test/utilit
161
161
- The `TestWatcher` generates an XML report in the `target/hackerrank-report` directory. The filename is `TEST-{test-class-canonical-name}.xml`.
162
162
- When running tests in a suite, suite report, as well as individual test reports, will be generated.
163
163
164
-
## Report Formatting
165
-
166
-
In test suite use `ReportFormatter.format(path)` to update the test name in canonical format, i.e., `{package}.{class_name}.{test_name}`. The path must be relative to the project directory. For example:
0 commit comments