Skip to content

Commit 794fa59

Browse files
committed
fixed a few typos
1 parent cf4d1e1 commit 794fa59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A few quick facts about BDDfy:
66
- It can run standalone scenarios. In other words, although BDDfy supports stories, you do not necessarily have to have or make up a story to use it. This is useful for developers who work in non-Agile environments but would like to get some decent testing experience.
77
- You can use underscored or pascal or camel cased method names for your steps.
88
- You do not have to explain your scenarios or stories or steps in string, but you can if you need full control over what gets printed into console and HTML reports.
9-
- BDDfy is very extensible: it's core barely has any logic in it and it delegates all it's responsibilities to it's extensions all of which are configurable; e.g. if you don't like the reports it generates, you can write your custom reporter in a few lines of code.
9+
- BDDfy is very extensible: the core barely has any logic in it and delegates all its responsibilities to the extensions all of which are configurable; e.g. if you don't like the reports it generates, you can write your custom reporter in a few lines of code.
1010

1111
## Usage
1212
To use BDDfy install TestStack.BDDfy nuget package: `Install-Package TestStack.BDDfy`

0 commit comments

Comments
 (0)