README.md in danger-junit-1.0.0 vs README.md in danger-junit-1.0.1
- old
+ new
@@ -70,10 +70,11 @@
<blockquote>Warn on a report about skipped tests
<pre>
junit.parse "/path/to/output.xml"
junit.show_skipped_tests = true
+junit.skipped_headers = [:name, :file]
junit.report</pre>
</blockquote>
<blockquote>Only show specific parts of your results
<pre>
@@ -106,9 +107,13 @@
`show_skipped_tests` - An attribute to make the plugin show a warning on skipped tests.
`headers` - An array of symbols that become the columns of your tests,
if `nil`, the default, it will be all of the attributes.
+
+`skipped_headers` - An array of symbols that become the columns of your skipped tests,
+if `nil`, the default, it will be all of the attributes for a single parse
+or all of the common attributes between multiple files
#### Methods