Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Codeception/module-playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Oct 22, 2024
2 parents a2e6d9c + 1f2deea commit 1d75476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ extensions:
If you start server on different host or port, run port with `--port` option:

```
npx codeception-playwright-module --playwright 9999
npx codeception-playwright-module --port 9999
```

And pass port to config
Expand All @@ -98,7 +98,7 @@ modules:
url: 'http://localhost'
browser: 'chromium'
show: true
pw_server: http://otherhost:8191
pw_server: http://localhost:8191
```

## API
Expand Down

0 comments on commit 1d75476

Please sign in to comment.