Skip to content

Commit

Permalink
Fix #23. Add note about removing --headless
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Dec 23, 2023
1 parent 3b45e1c commit c7e9125
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ This service can be used with any project type. The examples below are Drupal-sp

### The easy way: Use noVNC (built-in)

On your host, browse to https://[DDEV SITE URL]:7900 (password: `secret`) to watch tests run with noVNC (neat!).
1. Remove --headless from the MINK_DRIVER_ARGS_WEBDRIVER in your project's .ddev/config.selenium-standalone-chrome.yaml. Run `ddev restart`.
2. On your host, browse to https://[DDEV SITE URL]:7900 (password: `secret`) to watch tests run with noVNC (neat!).

This is a no-configuration solution that enables you to quickly see what is going on with your tests.
This enables you to quickly see what is going on with your tests.

### Use a local VNC client (try noVNC first!)

Expand Down

0 comments on commit c7e9125

Please sign in to comment.