File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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```
1516php vendor/bin/codecept generate:cest suitename CestName
You can’t perform that action at this time.
0 commit comments