Skip to content

Commit 8f2dbca

Browse files
committedMay 20, 2023
Update README
1 parent 2e73f54 commit 8f2dbca

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed
 

‎README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,19 @@ If your config file is not 'backstop.json' you need to use the --config argument
6161

6262
### View test results
6363

64-
The backstop commands 'backstop remote' and 'backstop openReport' do not work in this setup (PR welcome!),
65-
instead just open the generated HTML-Report with your browser, e.g.:
64+
The backstop commands 'backstop remote' and 'backstop openReport' do not work in this setup.
65+
66+
But there is a host command that will open the latest test report in your default browser:
6667

6768
```shell
68-
open tests/backstop/backstop_data/_mytestproject_/html_report/index.html
69+
ddev backstop-results
6970
```
7071

71-
A ddev `host` command exists to open the latest report in your default browser: `ddev backstop-results`
72+
Alternatively open the generated HTML-Report with your browser, e.g.:
73+
74+
```shell
75+
open tests/backstop/backstop_data/_mytestproject_/html_report/index.html
76+
```
7277

7378
## Changes to the original docker image
7479

0 commit comments

Comments
 (0)
Please sign in to comment.