Skip to content

Commit

Permalink
fix "watching port" in docs (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: tyler36 <[email protected]>
  • Loading branch information
tyler36 and tyler36 authored Nov 10, 2022
1 parent 02f1f5b commit 24df96e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This service can be used with any project type. The examples below are Drupal-sp
- Drupal Test Traits
- Ensure you have a working site that has the `weitzman/drupal-test-traits` Composer package.
- `ddev exec -d /var/www/html/web "../vendor/bin/phpunit --bootstrap=../vendor/weitzman/drupal-test-traits/src/bootstrap-fast.php --printer '\Drupal\Tests\Listeners\HtmlOutputPrinter' ../vendor/weitzman/drupal-test-traits/tests/ExampleSelenium2DriverTest.php"`
- On your host, browse to https://[DDEV SITE URL]:7910 (password: `secret`) to watch tests run (neat!).
- On your host, browse to https://[DDEV SITE URL]:7900 (password: `secret`) to watch tests run (neat!).

## Contribute

Expand All @@ -28,4 +28,3 @@ This service can be used with any project type. The examples below are Drupal-sp
## Maintainer

- Contributed and maintained by [@weitzman](https://github.com/weitzman).

0 comments on commit 24df96e

Please sign in to comment.