Skip to content

Commit 67b3739

Browse files
committed
removed Cept from mentioning
1 parent 1d9184f commit 67b3739

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

guides/07-AdvancedUsage.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ and keep your project better organized.
55

66
## Cest Classes
77

8-
If you want to get a class-like structure for your Cepts, you can use the Cest format instead of plain PHP.
9-
It is very simple and is fully compatible with Cept scenarios. It means that if you feel that your test is long enough
10-
and you want to split it, you can easily move it into classes.
8+
Cest is a common test format for Codeception, it is "Test" firth first C letter in it.
9+
It is scenario-driven format so all tests written in it are executed step by steps.
10+
Unless you need direct access to application code inside a test, Cest format is recommended to use.
11+
As it provides more readable code for functional, api, and acceptance tests.
1112

12-
You can create a Cest file by running the command:
13+
A new Cest class can be created via `g:cest` command:
1314

1415
```
1516
php vendor/bin/codecept generate:cest suitename CestName

0 commit comments

Comments
 (0)