You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,8 @@ extensions:
42
42
logs_path: /var/log/my_app/tests/logs # defaults to codeception's tests output dir
43
43
debug: true # defaults to false
44
44
startDelay: 1# default to 0
45
-
expectations_path: /my/expectations/path
45
+
expectations_path: /my/expectations/path # defaults to tests/_expectations
46
+
unique_expectations_path: /my/expectations/path # defaults to tests/_unique_expectations
46
47
```
47
48
Note: Since Codeception version 2.2.7, extensions configuration can be added directly in the suite configuration file. That will avoid phiremock to be started for every suite.
0 commit comments