Skip to content

Commit 309c928

Browse files
author
davert
committed
new ragazzos post added
1 parent 069c335 commit 309c928

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

_posts/2013-05-11-playing-with-cests.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ class CrudCest
196196
In this way you can use Cests classes for some tasks where it is difficult to use flat Cepts. You also can use Cests classes as PageObjects.
197197

198198
When you write tests with Codeception it is good to be verbose and use different methdos for that, so use them:
199+
199200
- `$I->am` to say who you are and define your role;
200201
- `$I->wantTo` to say what feature you want to test;
201202
- `$I->amGoingTo` to say what you gonna do next;

0 commit comments

Comments
 (0)