Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLandauer authored Sep 22, 2024
1 parent 8bbfea8 commit 0616f5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ composer require codeception/module-playwright --dev

## Configuration

Enable the module in `codeception.yml`:
Enable the module in `Acceptance.suite.yml`:

```yaml
modules:
Expand All @@ -47,6 +47,8 @@ modules:
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.
pw_server: http://localhost:8191 # Url of Playwright server. Default: http://localhost:8191
pw_debug: false # Print Playwright server debug information. Default: false

# Not implemented yet:
video: true # Save video on fail
trace: true # Save stack traces on fail
```
Expand Down

0 comments on commit 0616f5b

Please sign in to comment.