Skip to content

Commit e6c983b

Browse files
committed
added missing release-notes entries
1 parent 6271dd6 commit e6c983b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

release-notes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,12 @@
3131
- [#128](https://github.com/TestStack/TestStack.BDDfy/pull/128) - Fluent API no longer orders steps by type of step, and is opened up to allow any ordering of steps (as long as the first step is Given or When. For example `.Given.Then.When.Then.And.When.Then` can be done.
3232

3333
####New Features
34+
- [#106](https://github.com/TestStack/TestStack.BDDfy/pull/106) - Made story title prefix customisable
35+
- [#152](https://github.com/TestStack/TestStack.BDDfy/pull/152) - Adds But step support for reflective API
36+
- [#162](https://github.com/TestStack/TestStack.BDDfy/pull/162) - Allowed custom step title via attribute on Fluent
3437
- [#81](https://github.com/TestStack/TestStack.BDDfy/pull/81) - adds ability to do inline assertions and title only steps using the fluent API
3538
- [#89](https://github.com/TestStack/TestStack.BDDfy/pull/89)- Full Cucumber examples support! Blog post on this new functionality at [http://jake.ginnivan.net/blog/2014/05/05/bddfy-examples-support](http://jake.ginnivan.net/blog/2014/05/05/bddfy-examples-support)
36-
- [#94](https://github.com/TestStack/TestStack.BDDfy/pull/94) [#98](https://github.com/TestStack/TestStack.BDDfy/pull/98) - Metro HTML report, new report which is a bit more modern. It can be enabled via configuration.
39+
- [#94](https://github.com/TestStack/TestStack.BDDfy/pull/94) & [#98](https://github.com/TestStack/TestStack.BDDfy/pull/98) - Metro HTML report, new report which is a bit more modern. It can be enabled via configuration.
3740
- [#140](https://github.com/TestStack/TestStack.BDDfy/pull/140) - Added tags, `.WithTags("Tag1", "Tag2")`. Tags will show in BDDfy reports
3841

3942
[Commits](https://github.com/TestStack/TestStack.BDDfy/compare/v3.19.1...master)

0 commit comments

Comments
 (0)