Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mmunz committed May 20, 2023
1 parent 2e73f54 commit 8f2dbca
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,19 @@ If your config file is not 'backstop.json' you need to use the --config argument

### View test results

The backstop commands 'backstop remote' and 'backstop openReport' do not work in this setup (PR welcome!),
instead just open the generated HTML-Report with your browser, e.g.:
The backstop commands 'backstop remote' and 'backstop openReport' do not work in this setup.

But there is a host command that will open the latest test report in your default browser:

```shell
open tests/backstop/backstop_data/_mytestproject_/html_report/index.html
ddev backstop-results
```

A ddev `host` command exists to open the latest report in your default browser: `ddev backstop-results`
Alternatively open the generated HTML-Report with your browser, e.g.:

```shell
open tests/backstop/backstop_data/_mytestproject_/html_report/index.html
```

## Changes to the original docker image

Expand Down

0 comments on commit 8f2dbca

Please sign in to comment.