File tree 1 file changed +3
-22
lines changed
1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change 85
85
* configFile: 'path/to/config.php'
86
86
* ```
87
87
*
88
- * ### Parts
88
+ * ## Parts
89
89
*
90
90
* By default all available methods are loaded, but you can also use the `part`
91
91
* option to select only the needed actions and to avoid conflicts. The
96
96
* * `fixtures` - use fixtures inside tests with `haveFixtures/grabFixture/grabFixtures` actions.
97
97
* * `email` - include email actions `seeEmailsIsSent/grabLastSentEmail/...`
98
98
*
99
- * ### Example (`functional.suite.yml`)
100
- *
101
- * ```yaml
102
- * actor: FunctionalTester
103
- * modules:
104
- * enabled:
105
- * - Yii2:
106
- * configFile: 'config/test.php'
107
- * ```
108
- *
109
- * ### Example (`unit.suite.yml`)
110
- *
111
- * ```yaml
112
- * actor: UnitTester
113
- * modules:
114
- * enabled:
115
- * - Asserts
116
- * - Yii2:
117
- * configFile: 'config/test.php'
118
- * part: init
119
- * ```
99
+ * See [WebDriver module](https://codeception.com/docs/modules/WebDriver#Loading-Parts-from-other-Modules)
100
+ * for general information on how to load parts of a framework module.
120
101
*
121
102
* ### Example (`acceptance.suite.yml`)
122
103
*
You can’t perform that action at this time.
0 commit comments