File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,19 @@ If your config file is not 'backstop.json' you need to use the --config argument
61
61
62
62
### View test results
63
63
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:
66
67
67
68
``` shell
68
- open tests/ backstop/backstop_data/_mytestproject_/html_report/index.html
69
+ ddev backstop-results
69
70
```
70
71
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
+ ```
72
77
73
78
## Changes to the original docker image
74
79
You can’t perform that action at this time.
0 commit comments