Skip to content

Commit 0616f5b

Browse files
Update Readme.md
1 parent 8bbfea8 commit 0616f5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ composer require codeception/module-playwright --dev
3434

3535
## Configuration
3636

37-
Enable the module in `codeception.yml`:
37+
Enable the module in `Acceptance.suite.yml`:
3838

3939
```yaml
4040
modules:
@@ -47,6 +47,8 @@ modules:
4747
pw_start: true # Start Playwright server (proxy to CodeceptJS) automatically. Set to `false` and run the server manually in case the server doesn't start.
4848
pw_server: http://localhost:8191 # Url of Playwright server. Default: http://localhost:8191
4949
pw_debug: false # Print Playwright server debug information. Default: false
50+
51+
# Not implemented yet:
5052
video: true # Save video on fail
5153
trace: true # Save stack traces on fail
5254
```

0 commit comments

Comments
 (0)