Skip to content

Commit e44679e

Browse files
author
Nicole Lopez
committed
updated readme to include usage info on optional param
1 parent 05c021a commit e44679e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ To use this, configure your test reporter to embed the `$BUILDKITE_JOB_ID` envir
3434

3535
Default: `-(.*).xml`
3636

37+
### `failure-format` (optional)
38+
39+
This setting controls the format of your failed test in the main annotation summary.
40+
41+
There are two options for this:
42+
* `classname` (default) -- will display: `MyClass::UnderTest text of the failed expectation in path.to.my_class.under_test`
43+
* `file` -- will display: `MyClass::UnderTest text of the failed expectation in path/to/my_class/under_test.file_ext`
44+
3745
## Developing
3846

3947
To test the junit parser (in Ruby) and plugin hooks (in Bash):

0 commit comments

Comments
 (0)